#99D034

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

Shades of Yellow Green #99D034

Tints of Yellow Green #99D034

Color information

#99D034 (or 0x99D034) is unknown color: approx Yellow Green. HEX triplet: 99, D0 and 34. RGB value is (153,208,52). Sum of RGB (Red+Green+Blue) = 153+208+52=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #99D034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D034 is #662FCB. Grayscale: #AEAEAE. Windows color (decimal): -6696908 or 3461273. OLE color: 3461273.

HSL color Cylindrical-coordinate representation of color #99D034: hue angle of 81.15º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99D034 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB15320852-
CMYK0.2600.750.18
HSL81.15º62.4%50.98%-
HSV(B)81.15º75%81.57%-
XYZ36.3152.1311.4-
YUV173.7759.28113.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.05%
GREEN value IS 208 (81.64% from 255) = 50.36%
BLUE value IS 52 (20.70% from 255) = 12.59%
R=37.05%
G=50.36%
B=12.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal153208520.2600.750.1881.1562.450.98
Hex99D0341A04B12513e33
Octal23132064320113221217663
Binary10011001110100001101001101001001011100101010001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,208,52); }

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

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

 a { background-color: rgb(153,208,52); }

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

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

 span { border-color: rgb(153,208,52); }

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