Shades of Citrus #9DBF15
Tints of Citrus #9DBF15
RGB
CMYK
RGB Variations
Color information
#9DBF15 (or 0x9DBF15) is known color: Citrus. HEX triplet: 9D, BF and 15. RGB value is (157,191,21). Sum of RGB (Red+Green+Blue) = 157+191+21=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBF15 is #6240EA. Grayscale: #A2A2A2. Windows color (decimal): -6439147 or 1425309. OLE color: 1425309.
HSL color Cylindrical-coordinate representation of color #9DBF15: hue angle of 72º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9DBF15 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 21 | - |
| CMYK | 0.18 | 0 | 0.89 | 0.25 |
| HSL | 72º | 0.8% | 0.42% | - |
| HSV(B) | 72º | 0.89% | 0.75% | - |
| XYZ | 32.67 | 44.48 | 7.57 | - |
| YUV | 161.45 | 48.74 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 21 | 0.18 | 0 | 0.89 | 0.25 | 72 | 0.8 | 0.42 |
| Hex | 9D | BF | 15 | 12 | 0 | 59 | 19 | 48 | 50 | 2A |
| Octal | 235 | 277 | 25 | 22 | 0 | 131 | 31 | 110 | 120 | 52 |
| Binary | 10011101 | 10111111 | 10101 | 10010 | 0 | 1011001 | 11001 | 1001000 | 1010000 | 101010 |
Color Harmonies of #9DBF15
Complementary color
Monochromatic Colors of #9DBF15
Black with #9DBF15
Text Example
Text Example
White with #9DBF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF15; }
p { color: rgb(157,191,21); }
H1.HeaderClassName
{
color: #9DBF15;
}
.AnyTagClassName
{
color: #9DBF15;
}
</style>
background-color css
<style>
a { background-color: #9DBF15; }
a { background-color: rgb(157,191,21); }
div.DivClassName
{
background-color: #9DBF15;
}
.BgClassName
{
background-color: #9DBF15;
}
</style>
border-color css
<style>
span { border-color: #9DBF15; }
span { border-color: rgb(157,191,21); }
td.TdClassName
{
border-color: #9DBF15;
}
.TagClassName
{
border-color: #9DBF15;
}
</style>