Shades of Citrus #9BCF04
Tints of Citrus #9BCF04
RGB
CMYK
RGB Variations
Color information
#9BCF04 (or 0x9BCF04) is known color: Citrus. HEX triplet: 9B, CF and 04. RGB value is (155,207,4). Sum of RGB (Red+Green+Blue) = 155+207+4=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 4 (1.95% from 255 or 1.09% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCF04 is #6430FB. Grayscale: #A9A9A9. Windows color (decimal): -6566140 or 315291. OLE color: 315291.
HSL color Cylindrical-coordinate representation of color #9BCF04: hue angle of 75.37º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9BCF04 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 207 | 4 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.19 |
| HSL | 75.37º | 0.96% | 0.41% | - |
| HSV(B) | 75.37º | 0.98% | 0.81% | - |
| XYZ | 35.85 | 51.6 | 8.19 | - |
| YUV | 168.31 | 35.27 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 4 | 0.25 | 0 | 0.98 | 0.19 | 75.37 | 0.96 | 0.41 |
| Hex | 9B | CF | 4 | 19 | 0 | 62 | 13 | 4B | 60 | 29 |
| Octal | 233 | 317 | 4 | 31 | 0 | 142 | 23 | 113 | 140 | 51 |
| Binary | 10011011 | 11001111 | 100 | 11001 | 0 | 1100010 | 10011 | 1001011 | 1100000 | 101001 |
Color Harmonies of #9BCF04
Complementary color
Monochromatic Colors of #9BCF04
Black with #9BCF04
Text Example
Text Example
White with #9BCF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCF04; }
p { color: rgb(155,207,4); }
H1.HeaderClassName
{
color: #9BCF04;
}
.AnyTagClassName
{
color: #9BCF04;
}
</style>
background-color css
<style>
a { background-color: #9BCF04; }
a { background-color: rgb(155,207,4); }
div.DivClassName
{
background-color: #9BCF04;
}
.BgClassName
{
background-color: #9BCF04;
}
</style>
border-color css
<style>
span { border-color: #9BCF04; }
span { border-color: rgb(155,207,4); }
td.TdClassName
{
border-color: #9BCF04;
}
.TagClassName
{
border-color: #9BCF04;
}
</style>