Shades of Citrus #9DCF07
Tints of Citrus #9DCF07
RGB
CMYK
RGB Variations
Color information
#9DCF07 (or 0x9DCF07) is known color: Citrus. HEX triplet: 9D, CF and 07. RGB value is (157,207,7). Sum of RGB (Red+Green+Blue) = 157+207+7=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCF07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCF07 is #6230F8. Grayscale: #AAAAAA. Windows color (decimal): -6435065 or 511901. OLE color: 511901.
HSL color Cylindrical-coordinate representation of color #9DCF07: hue angle of 75º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DCF07 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 207 | 7 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.19 |
| HSL | 75º | 0.93% | 0.42% | - |
| HSV(B) | 75º | 0.97% | 0.81% | - |
| XYZ | 36.26 | 51.81 | 8.29 | - |
| YUV | 169.25 | 36.44 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 7 | 0.24 | 0 | 0.97 | 0.19 | 75 | 0.93 | 0.42 |
| Hex | 9D | CF | 7 | 18 | 0 | 61 | 13 | 4B | 5D | 2A |
| Octal | 235 | 317 | 7 | 30 | 0 | 141 | 23 | 113 | 135 | 52 |
| Binary | 10011101 | 11001111 | 111 | 11000 | 0 | 1100001 | 10011 | 1001011 | 1011101 | 101010 |
Color Harmonies of #9DCF07
Complementary color
Monochromatic Colors of #9DCF07
Black with #9DCF07
Text Example
Text Example
White with #9DCF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCF07; }
p { color: rgb(157,207,7); }
H1.HeaderClassName
{
color: #9DCF07;
}
.AnyTagClassName
{
color: #9DCF07;
}
</style>
background-color css
<style>
a { background-color: #9DCF07; }
a { background-color: rgb(157,207,7); }
div.DivClassName
{
background-color: #9DCF07;
}
.BgClassName
{
background-color: #9DCF07;
}
</style>
border-color css
<style>
span { border-color: #9DCF07; }
span { border-color: rgb(157,207,7); }
td.TdClassName
{
border-color: #9DCF07;
}
.TagClassName
{
border-color: #9DCF07;
}
</style>