Html Css Color HEX #96D059 Mantis

📋 copy color: '#96D059'

red 150 ◦ green 208 ◦ blue 89

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

Shades of Mantis #96D059

Tints of Mantis #96D059

RGB

 RED value IS 150 (58.98% from 255) = 33.56%

 GREEN value IS 208 (81.64% from 255) = 46.53%

 BLUE value IS 89 (35.16% from 255) = 19.91%

R = 33.56%
G = 46.53%
B = 19.91%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#96D059 (or 0x96D059) is known color: Mantis. HEX triplet: 96, D0 and 59. RGB value is (150,208,89). Sum of RGB (Red+Green+Blue) = 150+208+89=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #96D059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D059 is #692FA6. Grayscale: #B1B1B1. Windows color (decimal): -6893479 or 5886102. OLE color: 5886102.

HSL color Cylindrical-coordinate representation of color #96D059: hue angle of 89.24º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96D059 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 208 89 -
CMYK 0.28 0 0.57 0.18
HSL 89.24º 0.56% 0.58% -
HSV(B) 89.24º 0.57% 0.82% -
XYZ 36.94 52.32 17.6 -
YUV 177.09 78.28 108.68 -
System Red Green Blue C M Y K H S L
Decimal 150 208 89 0.28 0 0.57 0.18 89.24 0.56 0.58
Hex 96 D0 59 1C 0 39 12 59 38 3A
Octal 226 320 131 34 0 71 22 131 70 72
Binary 10010110 11010000 1011001 11100 0 111001 10010 1011001 111000 111010

Color Harmonies of #96D059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D059

Black with #96D059

Text Example


Text Example

White with #96D059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96D059; }

 p { color: rgb(150,208,89); }

 H1.HeaderClassName
 {
   color: #96D059;
 }
 .AnyTagClassName
 {
   color: #96D059;
 }
</style>

background-color css

<style>
 a { background-color: #96D059; }

 a { background-color: rgb(150,208,89); }

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

border-color css

<style>
 span { border-color: #96D059; }

 span { border-color: rgb(150,208,89); }

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