Shades of Citrus #85CF09
Tints of Citrus #85CF09
RGB
CMYK
RGB Variations
Color information
#85CF09 (or 0x85CF09) is known color: Citrus. HEX triplet: 85, CF and 09. RGB value is (133,207,9). Sum of RGB (Red+Green+Blue) = 133+207+9=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 207 (81.25% from 255 or 59.31% from 349); Blue value is 9 (3.91% from 255 or 2.58% from 349); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CF09 is #7A30F6. Grayscale: #A3A3A3. Windows color (decimal): -8007927 or 642949. OLE color: 642949.
HSL color Cylindrical-coordinate representation of color #85CF09: hue angle of 82.42º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85CF09 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 9 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.19 |
| HSL | 82.42º | 0.92% | 0.42% | - |
| HSV(B) | 82.42º | 0.96% | 0.81% | - |
| XYZ | 32.04 | 49.63 | 8.15 | - |
| YUV | 162.3 | 41.48 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 9 | 0.36 | 0 | 0.96 | 0.19 | 82.42 | 0.92 | 0.42 |
| Hex | 85 | CF | 9 | 24 | 0 | 60 | 13 | 52 | 5C | 2A |
| Octal | 205 | 317 | 11 | 44 | 0 | 140 | 23 | 122 | 134 | 52 |
| Binary | 10000101 | 11001111 | 1001 | 100100 | 0 | 1100000 | 10011 | 1010010 | 1011100 | 101010 |
Color Harmonies of #85CF09
Complementary color
Monochromatic Colors of #85CF09
Black with #85CF09
Text Example
Text Example
White with #85CF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF09; }
p { color: rgb(133,207,9); }
H1.HeaderClassName
{
color: #85CF09;
}
.AnyTagClassName
{
color: #85CF09;
}
</style>
background-color css
<style>
a { background-color: #85CF09; }
a { background-color: rgb(133,207,9); }
div.DivClassName
{
background-color: #85CF09;
}
.BgClassName
{
background-color: #85CF09;
}
</style>
border-color css
<style>
span { border-color: #85CF09; }
span { border-color: rgb(133,207,9); }
td.TdClassName
{
border-color: #85CF09;
}
.TagClassName
{
border-color: #85CF09;
}
</style>