Shades of Citrus #85CF04
Tints of Citrus #85CF04
RGB
CMYK
RGB Variations
Color information
#85CF04 (or 0x85CF04) is known color: Citrus. HEX triplet: 85, CF and 04. RGB value is (133,207,4). Sum of RGB (Red+Green+Blue) = 133+207+4=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 207 (81.25% from 255 or 60.17% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CF04 is #7A30FB. Grayscale: #A2A2A2. Windows color (decimal): -8007932 or 315269. OLE color: 315269.
HSL color Cylindrical-coordinate representation of color #85CF04: hue angle of 81.87º 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 #85CF04 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 4 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.19 |
| HSL | 81.87º | 0.96% | 0.41% | - |
| HSV(B) | 81.87º | 0.98% | 0.81% | - |
| XYZ | 32.01 | 49.62 | 8.01 | - |
| YUV | 161.73 | 38.98 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 4 | 0.36 | 0 | 0.98 | 0.19 | 81.87 | 0.96 | 0.41 |
| Hex | 85 | CF | 4 | 24 | 0 | 62 | 13 | 52 | 60 | 29 |
| Octal | 205 | 317 | 4 | 44 | 0 | 142 | 23 | 122 | 140 | 51 |
| Binary | 10000101 | 11001111 | 100 | 100100 | 0 | 1100010 | 10011 | 1010010 | 1100000 | 101001 |
Color Harmonies of #85CF04
Complementary color
Monochromatic Colors of #85CF04
Black with #85CF04
Text Example
Text Example
White with #85CF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF04; }
p { color: rgb(133,207,4); }
H1.HeaderClassName
{
color: #85CF04;
}
.AnyTagClassName
{
color: #85CF04;
}
</style>
background-color css
<style>
a { background-color: #85CF04; }
a { background-color: rgb(133,207,4); }
div.DivClassName
{
background-color: #85CF04;
}
.BgClassName
{
background-color: #85CF04;
}
</style>
border-color css
<style>
span { border-color: #85CF04; }
span { border-color: rgb(133,207,4); }
td.TdClassName
{
border-color: #85CF04;
}
.TagClassName
{
border-color: #85CF04;
}
</style>