Html Css Color HEX #96CC36 Yellow Green

📋 copy color: '#96CC36'

red 150 ◦ green 204 ◦ blue 54

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

Shades of Yellow Green #96CC36

Tints of Yellow Green #96CC36

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50%

 BLUE value IS 54 (21.48% from 255) = 13.24%

R = 36.76%
G = 50%
B = 13.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#96CC36 (or 0x96CC36) is known color: Yellow Green. HEX triplet: 96, CC and 36. RGB value is (150,204,54). Sum of RGB (Red+Green+Blue) = 150+204+54=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 54 (21.48% from 255 or 13.24% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CC36 is #6933C9. Grayscale: #ABABAB. Windows color (decimal): -6894538 or 3591318. OLE color: 3591318.

HSL color Cylindrical-coordinate representation of color #96CC36: hue angle of 81.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96CC36 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 204 54 -
CMYK 0.26 0 0.74 0.2
HSL 81.6º 0.6% 0.51% -
HSV(B) 81.6º 0.74% 0.8% -
XYZ 34.84 49.94 11.29 -
YUV 170.75 62.11 113.2 -
System Red Green Blue C M Y K H S L
Decimal 150 204 54 0.26 0 0.74 0.2 81.6 0.6 0.51
Hex 96 CC 36 1A 0 4A 14 52 3C 33
Octal 226 314 66 32 0 112 24 122 74 63
Binary 10010110 11001100 110110 11010 0 1001010 10100 1010010 111100 110011

Color Harmonies of #96CC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CC36

Black with #96CC36

Text Example


Text Example

White with #96CC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,204,54); }

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

background-color css

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

 a { background-color: rgb(150,204,54); }

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

border-color css

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

 span { border-color: rgb(150,204,54); }

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