Shades of Chartreuse #85FE1A
Tints of Chartreuse #85FE1A
RGB
CMYK
RGB Variations
Color information
#85FE1A (or 0x85FE1A) is known color: Chartreuse. HEX triplet: 85, FE and 1A. RGB value is (133,254,26). Sum of RGB (Red+Green+Blue) = 133+254+26=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 254 (99.61% from 255 or 61.50% from 413); Blue value is 26 (10.55% from 255 or 6.30% from 413); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE1A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FE1A is #7A01E5. Grayscale: #C0C0C0. Windows color (decimal): -7995878 or 1769093. OLE color: 1769093.
HSL color Cylindrical-coordinate representation of color #85FE1A: hue angle of 91.84º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85FE1A is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 26 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.00 |
| HSL | 91.84º | 0.99% | 0.55% | - |
| HSV(B) | 91.84º | 0.9% | 1% | - |
| XYZ | 45.3 | 75.94 | 13.25 | - |
| YUV | 191.83 | 34.41 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 26 | 0.48 | 0 | 0.90 | 0.00 | 91.84 | 0.99 | 0.55 |
| Hex | 85 | FE | 1A | 30 | 0 | 5A | 0 | 5C | 63 | 37 |
| Octal | 205 | 376 | 32 | 60 | 0 | 132 | 0 | 134 | 143 | 67 |
| Binary | 10000101 | 11111110 | 11010 | 110000 | 0 | 1011010 | 0 | 1011100 | 1100011 | 110111 |
Color Harmonies of #85FE1A
Complementary color
Monochromatic Colors of #85FE1A
Black with #85FE1A
Text Example
Text Example
White with #85FE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FE1A; }
p { color: rgb(133,254,26); }
H1.HeaderClassName
{
color: #85FE1A;
}
.AnyTagClassName
{
color: #85FE1A;
}
</style>
background-color css
<style>
a { background-color: #85FE1A; }
a { background-color: rgb(133,254,26); }
div.DivClassName
{
background-color: #85FE1A;
}
.BgClassName
{
background-color: #85FE1A;
}
</style>
border-color css
<style>
span { border-color: #85FE1A; }
span { border-color: rgb(133,254,26); }
td.TdClassName
{
border-color: #85FE1A;
}
.TagClassName
{
border-color: #85FE1A;
}
</style>