Html Css Color HEX #75DB49 Mantis

📋 copy color: '#75DB49'

red 117 ◦ green 219 ◦ blue 73

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

Shades of Mantis #75DB49

Tints of Mantis #75DB49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.85%

R = 28.61%
G = 53.55%
B = 17.85%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#75DB49 (or 0x75DB49) is known color: Mantis. HEX triplet: 75, DB and 49. RGB value is (117,219,73). Sum of RGB (Red+Green+Blue) = 117+219+73=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 219 (85.94% from 255 or 53.55% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DB49 is #8A24B6. Grayscale: #ACACAC. Windows color (decimal): -9053367 or 4840309. OLE color: 4840309.

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

Color convert

RGB 117 219 73 -
CMYK 0.47 0 0.67 0.14
HSL 101.92º 0.67% 0.57% -
HSV(B) 101.92º 0.67% 0.86% -
XYZ 33.87 54.93 15.12 -
YUV 171.86 72.21 88.87 -
System Red Green Blue C M Y K H S L
Decimal 117 219 73 0.47 0 0.67 0.14 101.92 0.67 0.57
Hex 75 DB 49 2F 0 43 E 66 43 39
Octal 165 333 111 57 0 103 16 146 103 71
Binary 1110101 11011011 1001001 101111 0 1000011 1110 1100110 1000011 111001

Color Harmonies of #75DB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DB49

Black with #75DB49

Text Example


Text Example

White with #75DB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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