Shades of Yellow Green #99D326
Tints of Yellow Green #99D326
RGB
CMYK
RGB Variations
Color information
#99D326 (or 0x99D326) is known color: Yellow Green. HEX triplet: 99, D3 and 26. RGB value is (153,211,38). Sum of RGB (Red+Green+Blue) = 153+211+38=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 211 (82.81% from 255 or 52.49% from 402); Blue value is 38 (15.23% from 255 or 9.45% from 402); Max value from RGB is 211 - color contains mainly: green. Hex color #99D326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D326 is #662CD9. Grayscale: #AEAEAE. Windows color (decimal): -6696154 or 2544537. OLE color: 2544537.
HSL color Cylindrical-coordinate representation of color #99D326: hue angle of 80.12º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99D326 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 211 | 38 | - |
| CMYK | 0.27 | 0 | 0.82 | 0.17 |
| HSL | 80.12º | 0.69% | 0.49% | - |
| HSV(B) | 80.12º | 0.82% | 0.83% | - |
| XYZ | 36.78 | 53.5 | 10.22 | - |
| YUV | 173.94 | 51.28 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 211 | 38 | 0.27 | 0 | 0.82 | 0.17 | 80.12 | 0.69 | 0.49 |
| Hex | 99 | D3 | 26 | 1B | 0 | 52 | 11 | 50 | 45 | 31 |
| Octal | 231 | 323 | 46 | 33 | 0 | 122 | 21 | 120 | 105 | 61 |
| Binary | 10011001 | 11010011 | 100110 | 11011 | 0 | 1010010 | 10001 | 1010000 | 1000101 | 110001 |
Color Harmonies of #99D326
Complementary color
Monochromatic Colors of #99D326
Black with #99D326
Text Example
Text Example
White with #99D326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D326; }
p { color: rgb(153,211,38); }
H1.HeaderClassName
{
color: #99D326;
}
.AnyTagClassName
{
color: #99D326;
}
</style>
background-color css
<style>
a { background-color: #99D326; }
a { background-color: rgb(153,211,38); }
div.DivClassName
{
background-color: #99D326;
}
.BgClassName
{
background-color: #99D326;
}
</style>
border-color css
<style>
span { border-color: #99D326; }
span { border-color: rgb(153,211,38); }
td.TdClassName
{
border-color: #99D326;
}
.TagClassName
{
border-color: #99D326;
}
</style>