Shades of Yellow Green #99C030
Tints of Yellow Green #99C030
RGB
CMYK
RGB Variations
Color information
#99C030 (or 0x99C030) is known color: Yellow Green. HEX triplet: 99, C0 and 30. RGB value is (153,192,48). Sum of RGB (Red+Green+Blue) = 153+192+48=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 48 (19.14% from 255 or 12.21% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #99C030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C030 is #663FCF. Grayscale: #A4A4A4. Windows color (decimal): -6701008 or 3195033. OLE color: 3195033.
HSL color Cylindrical-coordinate representation of color #99C030: hue angle of 76.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99C030 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 48 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.25 |
| HSL | 76.25º | 0.6% | 0.47% | - |
| HSV(B) | 76.25º | 0.75% | 0.75% | - |
| XYZ | 32.52 | 44.68 | 9.71 | - |
| YUV | 163.92 | 62.58 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 48 | 0.20 | 0 | 0.75 | 0.25 | 76.25 | 0.6 | 0.47 |
| Hex | 99 | C0 | 30 | 14 | 0 | 4B | 19 | 4C | 3C | 2F |
| Octal | 231 | 300 | 60 | 24 | 0 | 113 | 31 | 114 | 74 | 57 |
| Binary | 10011001 | 11000000 | 110000 | 10100 | 0 | 1001011 | 11001 | 1001100 | 111100 | 101111 |
Color Harmonies of #99C030
Complementary color
Monochromatic Colors of #99C030
Black with #99C030
Text Example
Text Example
White with #99C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C030; }
p { color: rgb(153,192,48); }
H1.HeaderClassName
{
color: #99C030;
}
.AnyTagClassName
{
color: #99C030;
}
</style>
background-color css
<style>
a { background-color: #99C030; }
a { background-color: rgb(153,192,48); }
div.DivClassName
{
background-color: #99C030;
}
.BgClassName
{
background-color: #99C030;
}
</style>
border-color css
<style>
span { border-color: #99C030; }
span { border-color: rgb(153,192,48); }
td.TdClassName
{
border-color: #99C030;
}
.TagClassName
{
border-color: #99C030;
}
</style>