Shades of Yellow Green #99C127
Tints of Yellow Green #99C127
RGB
CMYK
RGB Variations
Color information
#99C127 (or 0x99C127) is known color: Yellow Green. HEX triplet: 99, C1 and 27. RGB value is (153,193,39). Sum of RGB (Red+Green+Blue) = 153+193+39=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #99C127 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C127 is #663ED8. Grayscale: #A4A4A4. Windows color (decimal): -6700761 or 2605465. OLE color: 2605465.
HSL color Cylindrical-coordinate representation of color #99C127: hue angle of 75.58º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99C127 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 39 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.24 |
| HSL | 75.58º | 0.66% | 0.45% | - |
| HSV(B) | 75.58º | 0.8% | 0.76% | - |
| XYZ | 32.57 | 45.06 | 8.9 | - |
| YUV | 163.48 | 57.75 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 39 | 0.21 | 0 | 0.80 | 0.24 | 75.58 | 0.66 | 0.45 |
| Hex | 99 | C1 | 27 | 15 | 0 | 50 | 18 | 4C | 42 | 2D |
| Octal | 231 | 301 | 47 | 25 | 0 | 120 | 30 | 114 | 102 | 55 |
| Binary | 10011001 | 11000001 | 100111 | 10101 | 0 | 1010000 | 11000 | 1001100 | 1000010 | 101101 |
Color Harmonies of #99C127
Complementary color
Monochromatic Colors of #99C127
Black with #99C127
Text Example
Text Example
White with #99C127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C127; }
p { color: rgb(153,193,39); }
H1.HeaderClassName
{
color: #99C127;
}
.AnyTagClassName
{
color: #99C127;
}
</style>
background-color css
<style>
a { background-color: #99C127; }
a { background-color: rgb(153,193,39); }
div.DivClassName
{
background-color: #99C127;
}
.BgClassName
{
background-color: #99C127;
}
</style>
border-color css
<style>
span { border-color: #99C127; }
span { border-color: rgb(153,193,39); }
td.TdClassName
{
border-color: #99C127;
}
.TagClassName
{
border-color: #99C127;
}
</style>