Shades of Yellow Green #99DC30
Tints of Yellow Green #99DC30
RGB
CMYK
RGB Variations
Color information
#99DC30 (or 0x99DC30) is known color: Yellow Green. HEX triplet: 99, DC and 30. RGB value is (153,220,48). Sum of RGB (Red+Green+Blue) = 153+220+48=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 220 (86.33% from 255 or 52.26% from 421); Blue value is 48 (19.14% from 255 or 11.40% from 421); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DC30 is #6623CF. Grayscale: #B4B4B4. Windows color (decimal): -6693840 or 3202201. OLE color: 3202201.
HSL color Cylindrical-coordinate representation of color #99DC30: hue angle of 83.37º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #99DC30 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 48 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.14 |
| HSL | 83.37º | 0.71% | 0.53% | - |
| HSV(B) | 83.37º | 0.78% | 0.86% | - |
| XYZ | 39.26 | 58.17 | 11.96 | - |
| YUV | 180.36 | 53.3 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 48 | 0.30 | 0 | 0.78 | 0.14 | 83.37 | 0.71 | 0.53 |
| Hex | 99 | DC | 30 | 1E | 0 | 4E | E | 53 | 47 | 35 |
| Octal | 231 | 334 | 60 | 36 | 0 | 116 | 16 | 123 | 107 | 65 |
| Binary | 10011001 | 11011100 | 110000 | 11110 | 0 | 1001110 | 1110 | 1010011 | 1000111 | 110101 |
Color Harmonies of #99DC30
Complementary color
Monochromatic Colors of #99DC30
Black with #99DC30
Text Example
Text Example
White with #99DC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DC30; }
p { color: rgb(153,220,48); }
H1.HeaderClassName
{
color: #99DC30;
}
.AnyTagClassName
{
color: #99DC30;
}
</style>
background-color css
<style>
a { background-color: #99DC30; }
a { background-color: rgb(153,220,48); }
div.DivClassName
{
background-color: #99DC30;
}
.BgClassName
{
background-color: #99DC30;
}
</style>
border-color css
<style>
span { border-color: #99DC30; }
span { border-color: rgb(153,220,48); }
td.TdClassName
{
border-color: #99DC30;
}
.TagClassName
{
border-color: #99DC30;
}
</style>