Shades of Chartreuse #85FB27
Tints of Chartreuse #85FB27
RGB
CMYK
RGB Variations
Color information
#85FB27 (or 0x85FB27) is known color: Chartreuse. HEX triplet: 85, FB and 27. RGB value is (133,251,39). Sum of RGB (Red+Green+Blue) = 133+251+39=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 251 (98.44% from 255 or 59.34% from 423); Blue value is 39 (15.62% from 255 or 9.22% from 423); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB27 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FB27 is #7A04D8. Grayscale: #C0C0C0. Windows color (decimal): -7996633 or 2620293. OLE color: 2620293.
HSL color Cylindrical-coordinate representation of color #85FB27: hue angle of 93.4º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85FB27 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 39 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.02 |
| HSL | 93.4º | 0.96% | 0.57% | - |
| HSV(B) | 93.4º | 0.84% | 0.98% | - |
| XYZ | 44.54 | 74.13 | 13.88 | - |
| YUV | 191.55 | 41.91 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 39 | 0.47 | 0 | 0.84 | 0.02 | 93.4 | 0.96 | 0.57 |
| Hex | 85 | FB | 27 | 2F | 0 | 54 | 2 | 5D | 60 | 39 |
| Octal | 205 | 373 | 47 | 57 | 0 | 124 | 2 | 135 | 140 | 71 |
| Binary | 10000101 | 11111011 | 100111 | 101111 | 0 | 1010100 | 10 | 1011101 | 1100000 | 111001 |
Color Harmonies of #85FB27
Complementary color
Monochromatic Colors of #85FB27
Black with #85FB27
Text Example
Text Example
White with #85FB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FB27; }
p { color: rgb(133,251,39); }
H1.HeaderClassName
{
color: #85FB27;
}
.AnyTagClassName
{
color: #85FB27;
}
</style>
background-color css
<style>
a { background-color: #85FB27; }
a { background-color: rgb(133,251,39); }
div.DivClassName
{
background-color: #85FB27;
}
.BgClassName
{
background-color: #85FB27;
}
</style>
border-color css
<style>
span { border-color: #85FB27; }
span { border-color: rgb(133,251,39); }
td.TdClassName
{
border-color: #85FB27;
}
.TagClassName
{
border-color: #85FB27;
}
</style>