Shades of Citrus #85D00D
Tints of Citrus #85D00D
RGB
CMYK
RGB Variations
Color information
#85D00D (or 0x85D00D) is known color: Citrus. HEX triplet: 85, D0 and 0D. RGB value is (133,208,13). Sum of RGB (Red+Green+Blue) = 133+208+13=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 208 (81.64% from 255 or 58.76% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 208 - color contains mainly: green. Hex color #85D00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D00D is #7A2FF2. Grayscale: #A4A4A4. Windows color (decimal): -8007667 or 905349. OLE color: 905349.
HSL color Cylindrical-coordinate representation of color #85D00D: hue angle of 83.08º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85D00D is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 208 | 13 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.18 |
| HSL | 83.08º | 0.88% | 0.43% | - |
| HSV(B) | 83.08º | 0.94% | 0.82% | - |
| XYZ | 32.3 | 50.13 | 8.35 | - |
| YUV | 163.35 | 43.15 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 208 | 13 | 0.36 | 0 | 0.94 | 0.18 | 83.08 | 0.88 | 0.43 |
| Hex | 85 | D0 | D | 24 | 0 | 5E | 12 | 53 | 58 | 2B |
| Octal | 205 | 320 | 15 | 44 | 0 | 136 | 22 | 123 | 130 | 53 |
| Binary | 10000101 | 11010000 | 1101 | 100100 | 0 | 1011110 | 10010 | 1010011 | 1011000 | 101011 |
Color Harmonies of #85D00D
Complementary color
Monochromatic Colors of #85D00D
Black with #85D00D
Text Example
Text Example
White with #85D00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D00D; }
p { color: rgb(133,208,13); }
H1.HeaderClassName
{
color: #85D00D;
}
.AnyTagClassName
{
color: #85D00D;
}
</style>
background-color css
<style>
a { background-color: #85D00D; }
a { background-color: rgb(133,208,13); }
div.DivClassName
{
background-color: #85D00D;
}
.BgClassName
{
background-color: #85D00D;
}
</style>
border-color css
<style>
span { border-color: #85D00D; }
span { border-color: rgb(133,208,13); }
td.TdClassName
{
border-color: #85D00D;
}
.TagClassName
{
border-color: #85D00D;
}
</style>