Shades of Chartreuse #85F80B
Tints of Chartreuse #85F80B
RGB
CMYK
RGB Variations
Color information
#85F80B (or 0x85F80B) is known color: Chartreuse. HEX triplet: 85, F8 and 0B. RGB value is (133,248,11). Sum of RGB (Red+Green+Blue) = 133+248+11=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 248 (97.27% from 255 or 63.27% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 248 - color contains mainly: green. Hex color #85F80B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F80B is #7A07F4. Grayscale: #BBBBBB. Windows color (decimal): -7997429 or 784517. OLE color: 784517.
HSL color Cylindrical-coordinate representation of color #85F80B: hue angle of 89.11º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85F80B is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 248 | 11 | - |
| CMYK | 0.46 | 0 | 0.96 | 0.03 |
| HSL | 89.11º | 0.94% | 0.51% | - |
| HSV(B) | 89.11º | 0.96% | 0.97% | - |
| XYZ | 43.3 | 72.15 | 11.96 | - |
| YUV | 186.6 | 28.9 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 248 | 11 | 0.46 | 0 | 0.96 | 0.03 | 89.11 | 0.94 | 0.51 |
| Hex | 85 | F8 | B | 2E | 0 | 60 | 3 | 59 | 5E | 33 |
| Octal | 205 | 370 | 13 | 56 | 0 | 140 | 3 | 131 | 136 | 63 |
| Binary | 10000101 | 11111000 | 1011 | 101110 | 0 | 1100000 | 11 | 1011001 | 1011110 | 110011 |
Color Harmonies of #85F80B
Complementary color
Monochromatic Colors of #85F80B
Black with #85F80B
Text Example
Text Example
White with #85F80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F80B; }
p { color: rgb(133,248,11); }
H1.HeaderClassName
{
color: #85F80B;
}
.AnyTagClassName
{
color: #85F80B;
}
</style>
background-color css
<style>
a { background-color: #85F80B; }
a { background-color: rgb(133,248,11); }
div.DivClassName
{
background-color: #85F80B;
}
.BgClassName
{
background-color: #85F80B;
}
</style>
border-color css
<style>
span { border-color: #85F80B; }
span { border-color: rgb(133,248,11); }
td.TdClassName
{
border-color: #85F80B;
}
.TagClassName
{
border-color: #85F80B;
}
</style>