#99CC35

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

Shades of Yellow Green #99CC35

Tints of Yellow Green #99CC35

Color information

#99CC35 (or 0x99CC35) is unknown color: approx Yellow Green. HEX triplet: 99, CC and 35. RGB value is (153,204,53). Sum of RGB (Red+Green+Blue) = 153+204+53=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 53 (21.09% from 255 or 12.93% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CC35 is #6633CA. Grayscale: #ACACAC. Windows color (decimal): -6697931 or 3525785. OLE color: 3525785.

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

Color convert

RGB15320453-
CMYK0.2500.740.2
HSL80.26º59.68%50.39%-
HSV(B)80.26º74.02%80%-
XYZ35.3750.2211.2-
YUV171.5461.1114.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.32%
GREEN value IS 204 (80.08% from 255) = 49.76%
BLUE value IS 53 (21.09% from 255) = 12.93%
R=37.32%
G=49.76%
B=12.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal153204530.2500.740.280.2659.6850.39
Hex99CC351904A14503c32
Octal23131465310112241207462
Binary10011001110011001101011100101001010101001010000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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