Shades of Chartreuse #85FE1D
Tints of Chartreuse #85FE1D
RGB
CMYK
RGB Variations
Color information
#85FE1D (or 0x85FE1D) is known color: Chartreuse. HEX triplet: 85, FE and 1D. RGB value is (133,254,29). Sum of RGB (Red+Green+Blue) = 133+254+29=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 254 (99.61% from 255 or 61.06% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FE1D is #7A01E2. Grayscale: #C0C0C0. Windows color (decimal): -7995875 or 1965701. OLE color: 1965701.
HSL color Cylindrical-coordinate representation of color #85FE1D: hue angle of 92.27º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85FE1D is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 29 | - |
| CMYK | 0.48 | 0 | 0.89 | 0.00 |
| HSL | 92.27º | 0.99% | 0.55% | - |
| HSV(B) | 92.27º | 0.89% | 1% | - |
| XYZ | 45.34 | 75.96 | 13.43 | - |
| YUV | 192.17 | 35.91 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 29 | 0.48 | 0 | 0.89 | 0.00 | 92.27 | 0.99 | 0.55 |
| Hex | 85 | FE | 1D | 30 | 0 | 59 | 0 | 5C | 63 | 37 |
| Octal | 205 | 376 | 35 | 60 | 0 | 131 | 0 | 134 | 143 | 67 |
| Binary | 10000101 | 11111110 | 11101 | 110000 | 0 | 1011001 | 0 | 1011100 | 1100011 | 110111 |
Color Harmonies of #85FE1D
Complementary color
Monochromatic Colors of #85FE1D
Black with #85FE1D
Text Example
Text Example
White with #85FE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FE1D; }
p { color: rgb(133,254,29); }
H1.HeaderClassName
{
color: #85FE1D;
}
.AnyTagClassName
{
color: #85FE1D;
}
</style>
background-color css
<style>
a { background-color: #85FE1D; }
a { background-color: rgb(133,254,29); }
div.DivClassName
{
background-color: #85FE1D;
}
.BgClassName
{
background-color: #85FE1D;
}
</style>
border-color css
<style>
span { border-color: #85FE1D; }
span { border-color: rgb(133,254,29); }
td.TdClassName
{
border-color: #85FE1D;
}
.TagClassName
{
border-color: #85FE1D;
}
</style>