Html Css Color HEX #96E056 Conifer

📋 copy color: '#96E056'

red 150 ◦ green 224 ◦ blue 86

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

Shades of Conifer #96E056

Tints of Conifer #96E056

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.7%

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

R = 32.61%
G = 48.7%
B = 18.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#96E056 (or 0x96E056) is known color: Conifer. HEX triplet: 96, E0 and 56. RGB value is (150,224,86). Sum of RGB (Red+Green+Blue) = 150+224+86=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #96E056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E056 is #691FA9. Grayscale: #BABABA. Windows color (decimal): -6889386 or 5693590. OLE color: 5693590.

HSL color Cylindrical-coordinate representation of color #96E056: hue angle of 92.17º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96E056 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 224 86 -
CMYK 0.33 0 0.62 0.12
HSL 92.17º 0.69% 0.61% -
HSV(B) 92.17º 0.62% 0.88% -
XYZ 40.91 60.47 18.32 -
YUV 186.14 71.48 102.22 -
System Red Green Blue C M Y K H S L
Decimal 150 224 86 0.33 0 0.62 0.12 92.17 0.69 0.61
Hex 96 E0 56 21 0 3E C 5C 45 3D
Octal 226 340 126 41 0 76 14 134 105 75
Binary 10010110 11100000 1010110 100001 0 111110 1100 1011100 1000101 111101

Color Harmonies of #96E056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E056

Black with #96E056

Text Example


Text Example

White with #96E056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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