#96CC34

Color #96CC34 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #96CC34

Tints of Yellow Green #96CC34

Color information

#96CC34 (or 0x96CC34) is unknown color: approx Yellow Green. HEX triplet: 96, CC and 34. RGB value is (150,204,52). Sum of RGB (Red+Green+Blue) = 150+204+52=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CC34 is #6933CB. Grayscale: #ABABAB. Windows color (decimal): -6894540 or 3460246. OLE color: 3460246.

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

Color convert

RGB15020452-
CMYK0.2600.750.2
HSL81.32º59.84%50.2%-
HSV(B)81.32º74.51%80%-
XYZ34.7949.9211.05-
YUV170.5361.11113.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 204 (80.08% from 255) = 50.25%
BLUE value IS 52 (20.70% from 255) = 12.81%
R=36.95%
G=50.25%
B=12.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal150204520.2600.750.281.3259.8450.2
Hex96CC341A04B14513c32
Octal22631464320113241217462
Binary10010110110011001101001101001001011101001010001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96CC34;
 }
 .AnyTagClassName
 {
   color: #96CC34;
 }
</style>
background-color css

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

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

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

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

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

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