Shades of Citrus #9DBF04
Tints of Citrus #9DBF04
RGB
CMYK
RGB Variations
Color information
#9DBF04 (or 0x9DBF04) is known color: Citrus. HEX triplet: 9D, BF and 04. RGB value is (157,191,4). Sum of RGB (Red+Green+Blue) = 157+191+4=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 4 (1.95% from 255 or 1.14% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBF04 is #6240FB. Grayscale: #A0A0A0. Windows color (decimal): -6439164 or 311197. OLE color: 311197.
HSL color Cylindrical-coordinate representation of color #9DBF04: hue angle of 70.91º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9DBF04 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 4 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.25 |
| HSL | 70.91º | 0.96% | 0.38% | - |
| HSV(B) | 70.91º | 0.98% | 0.75% | - |
| XYZ | 32.56 | 44.44 | 6.98 | - |
| YUV | 159.52 | 40.24 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 4 | 0.18 | 0 | 0.98 | 0.25 | 70.91 | 0.96 | 0.38 |
| Hex | 9D | BF | 4 | 12 | 0 | 62 | 19 | 47 | 60 | 26 |
| Octal | 235 | 277 | 4 | 22 | 0 | 142 | 31 | 107 | 140 | 46 |
| Binary | 10011101 | 10111111 | 100 | 10010 | 0 | 1100010 | 11001 | 1000111 | 1100000 | 100110 |
Color Harmonies of #9DBF04
Complementary color
Monochromatic Colors of #9DBF04
Black with #9DBF04
Text Example
Text Example
White with #9DBF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF04; }
p { color: rgb(157,191,4); }
H1.HeaderClassName
{
color: #9DBF04;
}
.AnyTagClassName
{
color: #9DBF04;
}
</style>
background-color css
<style>
a { background-color: #9DBF04; }
a { background-color: rgb(157,191,4); }
div.DivClassName
{
background-color: #9DBF04;
}
.BgClassName
{
background-color: #9DBF04;
}
</style>
border-color css
<style>
span { border-color: #9DBF04; }
span { border-color: rgb(157,191,4); }
td.TdClassName
{
border-color: #9DBF04;
}
.TagClassName
{
border-color: #9DBF04;
}
</style>