Html Css Color HEX #96D858 Conifer

📋 copy color: '#96D858'

red 150 ◦ green 216 ◦ blue 88

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

Shades of Conifer #96D858

Tints of Conifer #96D858

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.58%

 BLUE value IS 88 (34.77% from 255) = 19.38%

R = 33.04%
G = 47.58%
B = 19.38%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#96D858 (or 0x96D858) is known color: Conifer. HEX triplet: 96, D8 and 58. RGB value is (150,216,88). Sum of RGB (Red+Green+Blue) = 150+216+88=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 88 (34.77% from 255 or 19.38% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #96D858 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D858 is #6927A7. Grayscale: #B6B6B6. Windows color (decimal): -6891432 or 5822614. OLE color: 5822614.

HSL color Cylindrical-coordinate representation of color #96D858: hue angle of 90.94º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96D858 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 216 88 -
CMYK 0.31 0 0.59 0.15
HSL 90.94º 0.62% 0.6% -
HSV(B) 90.94º 0.59% 0.85% -
XYZ 38.9 56.3 18.05 -
YUV 181.67 75.13 105.41 -
System Red Green Blue C M Y K H S L
Decimal 150 216 88 0.31 0 0.59 0.15 90.94 0.62 0.6
Hex 96 D8 58 1F 0 3B F 5B 3E 3C
Octal 226 330 130 37 0 73 17 133 76 74
Binary 10010110 11011000 1011000 11111 0 111011 1111 1011011 111110 111100

Color Harmonies of #96D858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D858

Black with #96D858

Text Example


Text Example

White with #96D858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,216,88); }

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

background-color css

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

 a { background-color: rgb(150,216,88); }

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

border-color css

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

 span { border-color: rgb(150,216,88); }

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