Shades of Chartreuse #85FB2A
Tints of Chartreuse #85FB2A
RGB
CMYK
RGB Variations
Color information
#85FB2A (or 0x85FB2A) is known color: Chartreuse. HEX triplet: 85, FB and 2A. RGB value is (133,251,42). Sum of RGB (Red+Green+Blue) = 133+251+42=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 251 (98.44% from 255 or 58.92% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FB2A is #7A04D5. Grayscale: #C0C0C0. Windows color (decimal): -7996630 or 2816901. OLE color: 2816901.
HSL color Cylindrical-coordinate representation of color #85FB2A: hue angle of 93.88º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85FB2A is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 42 | - |
| CMYK | 0.47 | 0 | 0.83 | 0.02 |
| HSL | 93.88º | 0.96% | 0.57% | - |
| HSV(B) | 93.88º | 0.83% | 0.98% | - |
| XYZ | 44.59 | 74.15 | 14.15 | - |
| YUV | 191.89 | 43.41 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 42 | 0.47 | 0 | 0.83 | 0.02 | 93.88 | 0.96 | 0.57 |
| Hex | 85 | FB | 2A | 2F | 0 | 53 | 2 | 5E | 60 | 39 |
| Octal | 205 | 373 | 52 | 57 | 0 | 123 | 2 | 136 | 140 | 71 |
| Binary | 10000101 | 11111011 | 101010 | 101111 | 0 | 1010011 | 10 | 1011110 | 1100000 | 111001 |
Color Harmonies of #85FB2A
Complementary color
Monochromatic Colors of #85FB2A
Black with #85FB2A
Text Example
Text Example
White with #85FB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FB2A; }
p { color: rgb(133,251,42); }
H1.HeaderClassName
{
color: #85FB2A;
}
.AnyTagClassName
{
color: #85FB2A;
}
</style>
background-color css
<style>
a { background-color: #85FB2A; }
a { background-color: rgb(133,251,42); }
div.DivClassName
{
background-color: #85FB2A;
}
.BgClassName
{
background-color: #85FB2A;
}
</style>
border-color css
<style>
span { border-color: #85FB2A; }
span { border-color: rgb(133,251,42); }
td.TdClassName
{
border-color: #85FB2A;
}
.TagClassName
{
border-color: #85FB2A;
}
</style>