Shades of Chartreuse #85FE23
Tints of Chartreuse #85FE23
RGB
CMYK
RGB Variations
Color information
#85FE23 (or 0x85FE23) is known color: Chartreuse. HEX triplet: 85, FE and 23. RGB value is (133,254,35). Sum of RGB (Red+Green+Blue) = 133+254+35=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 254 (99.61% from 255 or 60.19% from 422); Blue value is 35 (14.06% from 255 or 8.29% from 422); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE23 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FE23 is #7A01DC. Grayscale: #C1C1C1. Windows color (decimal): -7995869 or 2358917. OLE color: 2358917.
HSL color Cylindrical-coordinate representation of color #85FE23: hue angle of 93.15º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85FE23 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 35 | - |
| CMYK | 0.48 | 0 | 0.86 | 0.00 |
| HSL | 93.15º | 0.99% | 0.57% | - |
| HSV(B) | 93.15º | 0.86% | 1% | - |
| XYZ | 45.42 | 75.99 | 13.86 | - |
| YUV | 192.86 | 38.91 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 35 | 0.48 | 0 | 0.86 | 0.00 | 93.15 | 0.99 | 0.57 |
| Hex | 85 | FE | 23 | 30 | 0 | 56 | 0 | 5D | 63 | 39 |
| Octal | 205 | 376 | 43 | 60 | 0 | 126 | 0 | 135 | 143 | 71 |
| Binary | 10000101 | 11111110 | 100011 | 110000 | 0 | 1010110 | 0 | 1011101 | 1100011 | 111001 |
Color Harmonies of #85FE23
Complementary color
Monochromatic Colors of #85FE23
Black with #85FE23
Text Example
Text Example
White with #85FE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FE23; }
p { color: rgb(133,254,35); }
H1.HeaderClassName
{
color: #85FE23;
}
.AnyTagClassName
{
color: #85FE23;
}
</style>
background-color css
<style>
a { background-color: #85FE23; }
a { background-color: rgb(133,254,35); }
div.DivClassName
{
background-color: #85FE23;
}
.BgClassName
{
background-color: #85FE23;
}
</style>
border-color css
<style>
span { border-color: #85FE23; }
span { border-color: rgb(133,254,35); }
td.TdClassName
{
border-color: #85FE23;
}
.TagClassName
{
border-color: #85FE23;
}
</style>