Shades of Citrus #85CE09
Tints of Citrus #85CE09
RGB
CMYK
RGB Variations
Color information
#85CE09 (or 0x85CE09) is known color: Citrus. HEX triplet: 85, CE and 09. RGB value is (133,206,9). Sum of RGB (Red+Green+Blue) = 133+206+9=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 206 (80.86% from 255 or 59.20% from 348); Blue value is 9 (3.91% from 255 or 2.59% from 348); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CE09 is #7A31F6. Grayscale: #A2A2A2. Windows color (decimal): -8008183 or 642693. OLE color: 642693.
HSL color Cylindrical-coordinate representation of color #85CE09: hue angle of 82.23º 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 #85CE09 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 9 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.19 |
| HSL | 82.23º | 0.92% | 0.42% | - |
| HSV(B) | 82.23º | 0.96% | 0.81% | - |
| XYZ | 31.79 | 49.15 | 8.07 | - |
| YUV | 161.72 | 41.82 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 9 | 0.35 | 0 | 0.96 | 0.19 | 82.23 | 0.92 | 0.42 |
| Hex | 85 | CE | 9 | 23 | 0 | 60 | 13 | 52 | 5C | 2A |
| Octal | 205 | 316 | 11 | 43 | 0 | 140 | 23 | 122 | 134 | 52 |
| Binary | 10000101 | 11001110 | 1001 | 100011 | 0 | 1100000 | 10011 | 1010010 | 1011100 | 101010 |
Color Harmonies of #85CE09
Complementary color
Monochromatic Colors of #85CE09
Black with #85CE09
Text Example
Text Example
White with #85CE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CE09; }
p { color: rgb(133,206,9); }
H1.HeaderClassName
{
color: #85CE09;
}
.AnyTagClassName
{
color: #85CE09;
}
</style>
background-color css
<style>
a { background-color: #85CE09; }
a { background-color: rgb(133,206,9); }
div.DivClassName
{
background-color: #85CE09;
}
.BgClassName
{
background-color: #85CE09;
}
</style>
border-color css
<style>
span { border-color: #85CE09; }
span { border-color: rgb(133,206,9); }
td.TdClassName
{
border-color: #85CE09;
}
.TagClassName
{
border-color: #85CE09;
}
</style>