Shades of Citrus #9DCF00
Tints of Citrus #9DCF00
RGB
CMYK
RGB Variations
Color information
#9DCF00 (or 0x9DCF00) is known color: Citrus. HEX triplet: 9D, CF and 00. RGB value is (157,207,0). Sum of RGB (Red+Green+Blue) = 157+207+0=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 207 (81.25% from 255 or 56.87% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCF00 is #6230FF. Grayscale: #A9A9A9. Windows color (decimal): -6435072 or 53149. OLE color: 53149.
HSL color Cylindrical-coordinate representation of color #9DCF00: hue angle of 74.49º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9DCF00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 207 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.19 |
| HSL | 74.49º | 1% | 0.41% | - |
| HSV(B) | 74.49º | 1% | 0.81% | - |
| XYZ | 36.22 | 51.79 | 8.09 | - |
| YUV | 168.45 | 32.94 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 0 | 0.24 | 0 | 1 | 0.19 | 74.49 | 1 | 0.41 |
| Hex | 9D | CF | 0 | 18 | 0 | 64 | 13 | 4A | 64 | 29 |
| Octal | 235 | 317 | 0 | 30 | 0 | 144 | 23 | 112 | 144 | 51 |
| Binary | 10011101 | 11001111 | 0 | 11000 | 0 | 1100100 | 10011 | 1001010 | 1100100 | 101001 |
Color Harmonies of #9DCF00
Complementary color
Monochromatic Colors of #9DCF00
Black with #9DCF00
Text Example
Text Example
White with #9DCF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCF00; }
p { color: rgb(157,207,0); }
H1.HeaderClassName
{
color: #9DCF00;
}
.AnyTagClassName
{
color: #9DCF00;
}
</style>
background-color css
<style>
a { background-color: #9DCF00; }
a { background-color: rgb(157,207,0); }
div.DivClassName
{
background-color: #9DCF00;
}
.BgClassName
{
background-color: #9DCF00;
}
</style>
border-color css
<style>
span { border-color: #9DCF00; }
span { border-color: rgb(157,207,0); }
td.TdClassName
{
border-color: #9DCF00;
}
.TagClassName
{
border-color: #9DCF00;
}
</style>