Shades of Citrus #9DBE08
Tints of Citrus #9DBE08
RGB
CMYK
RGB Variations
Color information
#9DBE08 (or 0x9DBE08) is known color: Citrus. HEX triplet: 9D, BE and 08. RGB value is (157,190,8). Sum of RGB (Red+Green+Blue) = 157+190+8=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBE08 is #6241F7. Grayscale: #A0A0A0. Windows color (decimal): -6439416 or 573085. OLE color: 573085.
HSL color Cylindrical-coordinate representation of color #9DBE08: hue angle of 70.88º 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 #9DBE08 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 8 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.25 |
| HSL | 70.88º | 0.92% | 0.39% | - |
| HSV(B) | 70.88º | 0.96% | 0.75% | - |
| XYZ | 32.36 | 44.01 | 7.02 | - |
| YUV | 159.39 | 42.57 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 8 | 0.17 | 0 | 0.96 | 0.25 | 70.88 | 0.92 | 0.39 |
| Hex | 9D | BE | 8 | 11 | 0 | 60 | 19 | 47 | 5C | 27 |
| Octal | 235 | 276 | 10 | 21 | 0 | 140 | 31 | 107 | 134 | 47 |
| Binary | 10011101 | 10111110 | 1000 | 10001 | 0 | 1100000 | 11001 | 1000111 | 1011100 | 100111 |
Color Harmonies of #9DBE08
Complementary color
Monochromatic Colors of #9DBE08
Black with #9DBE08
Text Example
Text Example
White with #9DBE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE08; }
p { color: rgb(157,190,8); }
H1.HeaderClassName
{
color: #9DBE08;
}
.AnyTagClassName
{
color: #9DBE08;
}
</style>
background-color css
<style>
a { background-color: #9DBE08; }
a { background-color: rgb(157,190,8); }
div.DivClassName
{
background-color: #9DBE08;
}
.BgClassName
{
background-color: #9DBE08;
}
</style>
border-color css
<style>
span { border-color: #9DBE08; }
span { border-color: rgb(157,190,8); }
td.TdClassName
{
border-color: #9DBE08;
}
.TagClassName
{
border-color: #9DBE08;
}
</style>