Shades of Yellow Green #99C428
Tints of Yellow Green #99C428
RGB
CMYK
RGB Variations
Color information
#99C428 (or 0x99C428) is known color: Yellow Green. HEX triplet: 99, C4 and 28. RGB value is (153,196,40). Sum of RGB (Red+Green+Blue) = 153+196+40=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #99C428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C428 is #663BD7. Grayscale: #A5A5A5. Windows color (decimal): -6699992 or 2671769. OLE color: 2671769.
HSL color Cylindrical-coordinate representation of color #99C428: hue angle of 76.54º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99C428 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 196 | 40 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.23 |
| HSL | 76.54º | 0.66% | 0.46% | - |
| HSV(B) | 76.54º | 0.8% | 0.77% | - |
| XYZ | 33.26 | 46.41 | 9.21 | - |
| YUV | 165.36 | 57.25 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 196 | 40 | 0.22 | 0 | 0.80 | 0.23 | 76.54 | 0.66 | 0.46 |
| Hex | 99 | C4 | 28 | 16 | 0 | 50 | 17 | 4D | 42 | 2E |
| Octal | 231 | 304 | 50 | 26 | 0 | 120 | 27 | 115 | 102 | 56 |
| Binary | 10011001 | 11000100 | 101000 | 10110 | 0 | 1010000 | 10111 | 1001101 | 1000010 | 101110 |
Color Harmonies of #99C428
Complementary color
Monochromatic Colors of #99C428
Black with #99C428
Text Example
Text Example
White with #99C428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C428; }
p { color: rgb(153,196,40); }
H1.HeaderClassName
{
color: #99C428;
}
.AnyTagClassName
{
color: #99C428;
}
</style>
background-color css
<style>
a { background-color: #99C428; }
a { background-color: rgb(153,196,40); }
div.DivClassName
{
background-color: #99C428;
}
.BgClassName
{
background-color: #99C428;
}
</style>
border-color css
<style>
span { border-color: #99C428; }
span { border-color: rgb(153,196,40); }
td.TdClassName
{
border-color: #99C428;
}
.TagClassName
{
border-color: #99C428;
}
</style>