Shades of Citrus #9DBF08
Tints of Citrus #9DBF08
RGB
CMYK
RGB Variations
Color information
#9DBF08 (or 0x9DBF08) is known color: Citrus. HEX triplet: 9D, BF and 08. RGB value is (157,191,8). Sum of RGB (Red+Green+Blue) = 157+191+8=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBF08 is #6240F7. Grayscale: #A0A0A0. Windows color (decimal): -6439160 or 573341. OLE color: 573341.
HSL color Cylindrical-coordinate representation of color #9DBF08: hue angle of 71.15º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9DBF08 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 8 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.25 |
| HSL | 71.15º | 0.92% | 0.39% | - |
| HSV(B) | 71.15º | 0.96% | 0.75% | - |
| XYZ | 32.58 | 44.45 | 7.09 | - |
| YUV | 159.97 | 42.24 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 8 | 0.18 | 0 | 0.96 | 0.25 | 71.15 | 0.92 | 0.39 |
| Hex | 9D | BF | 8 | 12 | 0 | 60 | 19 | 47 | 5C | 27 |
| Octal | 235 | 277 | 10 | 22 | 0 | 140 | 31 | 107 | 134 | 47 |
| Binary | 10011101 | 10111111 | 1000 | 10010 | 0 | 1100000 | 11001 | 1000111 | 1011100 | 100111 |
Color Harmonies of #9DBF08
Complementary color
Monochromatic Colors of #9DBF08
Black with #9DBF08
Text Example
Text Example
White with #9DBF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF08; }
p { color: rgb(157,191,8); }
H1.HeaderClassName
{
color: #9DBF08;
}
.AnyTagClassName
{
color: #9DBF08;
}
</style>
background-color css
<style>
a { background-color: #9DBF08; }
a { background-color: rgb(157,191,8); }
div.DivClassName
{
background-color: #9DBF08;
}
.BgClassName
{
background-color: #9DBF08;
}
</style>
border-color css
<style>
span { border-color: #9DBF08; }
span { border-color: rgb(157,191,8); }
td.TdClassName
{
border-color: #9DBF08;
}
.TagClassName
{
border-color: #9DBF08;
}
</style>