Shades of Citrus #9DBF13
Tints of Citrus #9DBF13
RGB
CMYK
RGB Variations
Color information
#9DBF13 (or 0x9DBF13) is known color: Citrus. HEX triplet: 9D, BF and 13. RGB value is (157,191,19). Sum of RGB (Red+Green+Blue) = 157+191+19=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBF13 is #6240EC. Grayscale: #A1A1A1. Windows color (decimal): -6439149 or 1294237. OLE color: 1294237.
HSL color Cylindrical-coordinate representation of color #9DBF13: hue angle of 71.86º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DBF13 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 19 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.25 |
| HSL | 71.86º | 0.82% | 0.41% | - |
| HSV(B) | 71.86º | 0.9% | 0.75% | - |
| XYZ | 32.65 | 44.48 | 7.48 | - |
| YUV | 161.23 | 47.74 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 19 | 0.18 | 0 | 0.90 | 0.25 | 71.86 | 0.82 | 0.41 |
| Hex | 9D | BF | 13 | 12 | 0 | 5A | 19 | 48 | 52 | 29 |
| Octal | 235 | 277 | 23 | 22 | 0 | 132 | 31 | 110 | 122 | 51 |
| Binary | 10011101 | 10111111 | 10011 | 10010 | 0 | 1011010 | 11001 | 1001000 | 1010010 | 101001 |
Color Harmonies of #9DBF13
Complementary color
Monochromatic Colors of #9DBF13
Black with #9DBF13
Text Example
Text Example
White with #9DBF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF13; }
p { color: rgb(157,191,19); }
H1.HeaderClassName
{
color: #9DBF13;
}
.AnyTagClassName
{
color: #9DBF13;
}
</style>
background-color css
<style>
a { background-color: #9DBF13; }
a { background-color: rgb(157,191,19); }
div.DivClassName
{
background-color: #9DBF13;
}
.BgClassName
{
background-color: #9DBF13;
}
</style>
border-color css
<style>
span { border-color: #9DBF13; }
span { border-color: rgb(157,191,19); }
td.TdClassName
{
border-color: #9DBF13;
}
.TagClassName
{
border-color: #9DBF13;
}
</style>