Shades of Yellow Green #99CB1C
Tints of Yellow Green #99CB1C
RGB
CMYK
RGB Variations
Color information
#99CB1C (or 0x99CB1C) is known color: Yellow Green. HEX triplet: 99, CB and 1C. RGB value is (153,203,28). Sum of RGB (Red+Green+Blue) = 153+203+28=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 203 (79.69% from 255 or 52.86% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CB1C is #6634E3. Grayscale: #A8A8A8. Windows color (decimal): -6698212 or 1887129. OLE color: 1887129.
HSL color Cylindrical-coordinate representation of color #99CB1C: hue angle of 77.14º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99CB1C is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 203 | 28 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.20 |
| HSL | 77.14º | 0.76% | 0.45% | - |
| HSV(B) | 77.14º | 0.86% | 0.8% | - |
| XYZ | 34.7 | 49.57 | 8.84 | - |
| YUV | 168.1 | 48.94 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 203 | 28 | 0.25 | 0 | 0.86 | 0.20 | 77.14 | 0.76 | 0.45 |
| Hex | 99 | CB | 1C | 19 | 0 | 56 | 14 | 4D | 4C | 2D |
| Octal | 231 | 313 | 34 | 31 | 0 | 126 | 24 | 115 | 114 | 55 |
| Binary | 10011001 | 11001011 | 11100 | 11001 | 0 | 1010110 | 10100 | 1001101 | 1001100 | 101101 |
Color Harmonies of #99CB1C
Complementary color
Monochromatic Colors of #99CB1C
Black with #99CB1C
Text Example
Text Example
White with #99CB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CB1C; }
p { color: rgb(153,203,28); }
H1.HeaderClassName
{
color: #99CB1C;
}
.AnyTagClassName
{
color: #99CB1C;
}
</style>
background-color css
<style>
a { background-color: #99CB1C; }
a { background-color: rgb(153,203,28); }
div.DivClassName
{
background-color: #99CB1C;
}
.BgClassName
{
background-color: #99CB1C;
}
</style>
border-color css
<style>
span { border-color: #99CB1C; }
span { border-color: rgb(153,203,28); }
td.TdClassName
{
border-color: #99CB1C;
}
.TagClassName
{
border-color: #99CB1C;
}
</style>