Shades of Citrus #99CD0C
Tints of Citrus #99CD0C
RGB
CMYK
RGB Variations
Color information
#99CD0C (or 0x99CD0C) is known color: Citrus. HEX triplet: 99, CD and 0C. RGB value is (153,205,12). Sum of RGB (Red+Green+Blue) = 153+205+12=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 205 (80.47% from 255 or 55.41% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CD0C is #6632F3. Grayscale: #A8A8A8. Windows color (decimal): -6697716 or 839065. OLE color: 839065.
HSL color Cylindrical-coordinate representation of color #99CD0C: hue angle of 76.17º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99CD0C is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 205 | 12 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.20 |
| HSL | 76.17º | 0.89% | 0.43% | - |
| HSV(B) | 76.17º | 0.94% | 0.8% | - |
| XYZ | 35.03 | 50.46 | 8.24 | - |
| YUV | 167.45 | 40.27 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 205 | 12 | 0.25 | 0 | 0.94 | 0.20 | 76.17 | 0.89 | 0.43 |
| Hex | 99 | CD | C | 19 | 0 | 5E | 14 | 4C | 59 | 2B |
| Octal | 231 | 315 | 14 | 31 | 0 | 136 | 24 | 114 | 131 | 53 |
| Binary | 10011001 | 11001101 | 1100 | 11001 | 0 | 1011110 | 10100 | 1001100 | 1011001 | 101011 |
Color Harmonies of #99CD0C
Complementary color
Monochromatic Colors of #99CD0C
Black with #99CD0C
Text Example
Text Example
White with #99CD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CD0C; }
p { color: rgb(153,205,12); }
H1.HeaderClassName
{
color: #99CD0C;
}
.AnyTagClassName
{
color: #99CD0C;
}
</style>
background-color css
<style>
a { background-color: #99CD0C; }
a { background-color: rgb(153,205,12); }
div.DivClassName
{
background-color: #99CD0C;
}
.BgClassName
{
background-color: #99CD0C;
}
</style>
border-color css
<style>
span { border-color: #99CD0C; }
span { border-color: rgb(153,205,12); }
td.TdClassName
{
border-color: #99CD0C;
}
.TagClassName
{
border-color: #99CD0C;
}
</style>