Html Css Color HEX #75DB47 Mantis

📋 copy color: '#75DB47'

red 117 ◦ green 219 ◦ blue 71

#75DB47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #75DB47

Tints of Mantis #75DB47

RGB

 RED value IS 117 (46.09% from 255) = 28.75%

 GREEN value IS 219 (85.94% from 255) = 53.81%

 BLUE value IS 71 (28.13% from 255) = 17.44%

R = 28.75%
G = 53.81%
B = 17.44%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#75DB47 (or 0x75DB47) is known color: Mantis. HEX triplet: 75, DB and 47. RGB value is (117,219,71). Sum of RGB (Red+Green+Blue) = 117+219+71=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 219 (85.94% from 255 or 53.81% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DB47 is #8A24B8. Grayscale: #ACACAC. Windows color (decimal): -9053369 or 4709237. OLE color: 4709237.

HSL color Cylindrical-coordinate representation of color #75DB47: hue angle of 101.35º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75DB47 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 219 71 -
CMYK 0.47 0 0.68 0.14
HSL 101.35º 0.67% 0.57% -
HSV(B) 101.35º 0.68% 0.86% -
XYZ 33.8 54.9 14.78 -
YUV 171.63 71.21 89.03 -
System Red Green Blue C M Y K H S L
Decimal 117 219 71 0.47 0 0.68 0.14 101.35 0.67 0.57
Hex 75 DB 47 2F 0 44 E 65 43 39
Octal 165 333 107 57 0 104 16 145 103 71
Binary 1110101 11011011 1000111 101111 0 1000100 1110 1100101 1000011 111001

Color Harmonies of #75DB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DB47

Black with #75DB47

Text Example


Text Example

White with #75DB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75DB47; }

 p { color: rgb(117,219,71); }

 H1.HeaderClassName
 {
   color: #75DB47;
 }
 .AnyTagClassName
 {
   color: #75DB47;
 }
</style>

background-color css

<style>
 a { background-color: #75DB47; }

 a { background-color: rgb(117,219,71); }

 div.DivClassName
 {
   background-color: #75DB47;
 }
 .BgClassName
 {
   background-color: #75DB47;
 }
</style>

border-color css

<style>
 span { border-color: #75DB47; }

 span { border-color: rgb(117,219,71); }

 td.TdClassName
 {
   border-color: #75DB47;
 }
 .TagClassName
 {
   border-color: #75DB47;
 }
</style>