Shades of Chartreuse #85FD0F
Tints of Chartreuse #85FD0F
RGB
CMYK
RGB Variations
Color information
#85FD0F (or 0x85FD0F) is known color: Chartreuse. HEX triplet: 85, FD and 0F. RGB value is (133,253,15). Sum of RGB (Red+Green+Blue) = 133+253+15=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 253 (99.22% from 255 or 63.09% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 253 - color contains mainly: green. Hex color #85FD0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FD0F is #7A02F0. Grayscale: #BEBEBE. Windows color (decimal): -7996145 or 1047941. OLE color: 1047941.
HSL color Cylindrical-coordinate representation of color #85FD0F: hue angle of 90.25º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85FD0F is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 253 | 15 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.01 |
| HSL | 90.25º | 0.98% | 0.53% | - |
| HSV(B) | 90.25º | 0.94% | 0.99% | - |
| XYZ | 44.88 | 75.27 | 12.62 | - |
| YUV | 189.99 | 29.24 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 253 | 15 | 0.47 | 0 | 0.94 | 0.01 | 90.25 | 0.98 | 0.53 |
| Hex | 85 | FD | F | 2F | 0 | 5E | 1 | 5A | 62 | 35 |
| Octal | 205 | 375 | 17 | 57 | 0 | 136 | 1 | 132 | 142 | 65 |
| Binary | 10000101 | 11111101 | 1111 | 101111 | 0 | 1011110 | 1 | 1011010 | 1100010 | 110101 |
Color Harmonies of #85FD0F
Complementary color
Monochromatic Colors of #85FD0F
Black with #85FD0F
Text Example
Text Example
White with #85FD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FD0F; }
p { color: rgb(133,253,15); }
H1.HeaderClassName
{
color: #85FD0F;
}
.AnyTagClassName
{
color: #85FD0F;
}
</style>
background-color css
<style>
a { background-color: #85FD0F; }
a { background-color: rgb(133,253,15); }
div.DivClassName
{
background-color: #85FD0F;
}
.BgClassName
{
background-color: #85FD0F;
}
</style>
border-color css
<style>
span { border-color: #85FD0F; }
span { border-color: rgb(133,253,15); }
td.TdClassName
{
border-color: #85FD0F;
}
.TagClassName
{
border-color: #85FD0F;
}
</style>