#99CC32

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

Shades of Yellow Green #99CC32

Tints of Yellow Green #99CC32

Color information

#99CC32 (or 0x99CC32) is unknown color: approx Yellow Green. HEX triplet: 99, CC and 32. RGB value is (153,204,50). Sum of RGB (Red+Green+Blue) = 153+204+50=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CC32 is #6633CD. Grayscale: #ABABAB. Windows color (decimal): -6697934 or 3329177. OLE color: 3329177.

HSL color Cylindrical-coordinate representation of color #99CC32: hue angle of 79.87º degrees, saturation: 0.61, 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 #99CC32 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB15320450-
CMYK0.2500.750.2
HSL79.87º60.63%49.8%-
HSV(B)79.87º75.49%80%-
XYZ35.3150.1910.84-
YUV171.259.6115.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.59%
GREEN value IS 204 (80.08% from 255) = 50.12%
BLUE value IS 50 (19.92% from 255) = 12.29%
R=37.59%
G=50.12%
B=12.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal153204500.2500.750.279.8760.6349.8
Hex99CC321904B14503d32
Octal23131462310113241207562
Binary10011001110011001100101100101001011101001010000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99CC32; }

 p { color: rgb(153,204,50); }

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

<style>
 a { background-color: #99CC32; }

 a { background-color: rgb(153,204,50); }

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

<style>
 span { border-color: #99CC32; }

 span { border-color: rgb(153,204,50); }

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