Shades of Chartreuse #85FF0D
Tints of Chartreuse #85FF0D
RGB
CMYK
RGB Variations
Color information
#85FF0D (or 0x85FF0D) is known color: Chartreuse. HEX triplet: 85, FF and 0D. RGB value is (133,255,13). Sum of RGB (Red+Green+Blue) = 133+255+13=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 255 (100% from 255 or 63.59% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FF0D is #7A00F2. Grayscale: #BFBFBF. Windows color (decimal): -7995635 or 917381. OLE color: 917381.
HSL color Cylindrical-coordinate representation of color #85FF0D: hue angle of 90.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85FF0D is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 13 | - |
| CMYK | 0.48 | 0 | 0.95 | 0 |
| HSL | 90.25º | 1% | 0.53% | - |
| HSV(B) | 90.25º | 0.95% | 1% | - |
| XYZ | 45.51 | 76.54 | 12.76 | - |
| YUV | 190.93 | 27.58 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 13 | 0.48 | 0 | 0.95 | 0 | 90.25 | 1 | 0.53 |
| Hex | 85 | FF | D | 30 | 0 | 5F | 0 | 5A | 64 | 35 |
| Octal | 205 | 377 | 15 | 60 | 0 | 137 | 0 | 132 | 144 | 65 |
| Binary | 10000101 | 11111111 | 1101 | 110000 | 0 | 1011111 | 0 | 1011010 | 1100100 | 110101 |
Color Harmonies of #85FF0D
Complementary color
Monochromatic Colors of #85FF0D
Black with #85FF0D
Text Example
Text Example
White with #85FF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FF0D; }
p { color: rgb(133,255,13); }
H1.HeaderClassName
{
color: #85FF0D;
}
.AnyTagClassName
{
color: #85FF0D;
}
</style>
background-color css
<style>
a { background-color: #85FF0D; }
a { background-color: rgb(133,255,13); }
div.DivClassName
{
background-color: #85FF0D;
}
.BgClassName
{
background-color: #85FF0D;
}
</style>
border-color css
<style>
span { border-color: #85FF0D; }
span { border-color: rgb(133,255,13); }
td.TdClassName
{
border-color: #85FF0D;
}
.TagClassName
{
border-color: #85FF0D;
}
</style>