Html Css Color HEX #96E45B Conifer

📋 copy color: '#96E45B'

red 150 ◦ green 228 ◦ blue 91

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

Shades of Conifer #96E45B

Tints of Conifer #96E45B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.61%

 BLUE value IS 91 (35.94% from 255) = 19.4%

R = 31.98%
G = 48.61%
B = 19.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#96E45B (or 0x96E45B) is known color: Conifer. HEX triplet: 96, E4 and 5B. RGB value is (150,228,91). Sum of RGB (Red+Green+Blue) = 150+228+91=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 228 (89.45% from 255 or 48.61% from 469); Blue value is 91 (35.94% from 255 or 19.40% from 469); Max value from RGB is 228 - color contains mainly: green. Hex color #96E45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E45B is #691BA4. Grayscale: #BDBDBD. Windows color (decimal): -6888357 or 6022294. OLE color: 6022294.

HSL color Cylindrical-coordinate representation of color #96E45B: hue angle of 94.16º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96E45B is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 228 91 -
CMYK 0.34 0 0.60 0.11
HSL 94.16º 0.72% 0.63% -
HSV(B) 94.16º 0.6% 0.89% -
XYZ 42.21 62.73 19.78 -
YUV 189.06 72.66 100.14 -
System Red Green Blue C M Y K H S L
Decimal 150 228 91 0.34 0 0.60 0.11 94.16 0.72 0.63
Hex 96 E4 5B 22 0 3C B 5E 48 3F
Octal 226 344 133 42 0 74 13 136 110 77
Binary 10010110 11100100 1011011 100010 0 111100 1011 1011110 1001000 111111

Color Harmonies of #96E45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E45B

Black with #96E45B

Text Example


Text Example

White with #96E45B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,228,91); }

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

background-color css

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

 a { background-color: rgb(150,228,91); }

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

border-color css

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

 span { border-color: rgb(150,228,91); }

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