Html Css Color HEX #96D956 Conifer

📋 copy color: '#96D956'

red 150 ◦ green 217 ◦ blue 86

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

Shades of Conifer #96D956

Tints of Conifer #96D956

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.9%

 BLUE value IS 86 (33.98% from 255) = 18.98%

R = 33.11%
G = 47.9%
B = 18.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#96D956 (or 0x96D956) is known color: Conifer. HEX triplet: 96, D9 and 56. RGB value is (150,217,86). Sum of RGB (Red+Green+Blue) = 150+217+86=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 217 - color contains mainly: green. Hex color #96D956 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D956 is #6926A9. Grayscale: #B6B6B6. Windows color (decimal): -6891178 or 5691798. OLE color: 5691798.

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

Color convert

RGB 150 217 86 -
CMYK 0.31 0 0.60 0.15
HSL 90.69º 0.63% 0.59% -
HSV(B) 90.69º 0.6% 0.85% -
XYZ 39.07 56.78 17.7 -
YUV 182.03 73.8 105.15 -
System Red Green Blue C M Y K H S L
Decimal 150 217 86 0.31 0 0.60 0.15 90.69 0.63 0.59
Hex 96 D9 56 1F 0 3C F 5B 3F 3B
Octal 226 331 126 37 0 74 17 133 77 73
Binary 10010110 11011001 1010110 11111 0 111100 1111 1011011 111111 111011

Color Harmonies of #96D956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D956

Black with #96D956

Text Example


Text Example

White with #96D956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,217,86); }

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

background-color css

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

 a { background-color: rgb(150,217,86); }

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

border-color css

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

 span { border-color: rgb(150,217,86); }

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