Shades of Chartreuse #85F825
Tints of Chartreuse #85F825
RGB
CMYK
RGB Variations
Color information
#85F825 (or 0x85F825) is known color: Chartreuse. HEX triplet: 85, F8 and 25. RGB value is (133,248,37). Sum of RGB (Red+Green+Blue) = 133+248+37=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 248 (97.27% from 255 or 59.33% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 248 - color contains mainly: green. Hex color #85F825 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F825 is #7A07DA. Grayscale: #BEBEBE. Windows color (decimal): -7997403 or 2488453. OLE color: 2488453.
HSL color Cylindrical-coordinate representation of color #85F825: hue angle of 92.7º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85F825 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 248 | 37 | - |
| CMYK | 0.46 | 0 | 0.85 | 0.03 |
| HSL | 92.7º | 0.94% | 0.56% | - |
| HSV(B) | 92.7º | 0.85% | 0.97% | - |
| XYZ | 43.57 | 72.25 | 13.4 | - |
| YUV | 189.56 | 41.9 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 248 | 37 | 0.46 | 0 | 0.85 | 0.03 | 92.7 | 0.94 | 0.56 |
| Hex | 85 | F8 | 25 | 2E | 0 | 55 | 3 | 5D | 5E | 38 |
| Octal | 205 | 370 | 45 | 56 | 0 | 125 | 3 | 135 | 136 | 70 |
| Binary | 10000101 | 11111000 | 100101 | 101110 | 0 | 1010101 | 11 | 1011101 | 1011110 | 111000 |
Color Harmonies of #85F825
Complementary color
Monochromatic Colors of #85F825
Black with #85F825
Text Example
Text Example
White with #85F825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F825; }
p { color: rgb(133,248,37); }
H1.HeaderClassName
{
color: #85F825;
}
.AnyTagClassName
{
color: #85F825;
}
</style>
background-color css
<style>
a { background-color: #85F825; }
a { background-color: rgb(133,248,37); }
div.DivClassName
{
background-color: #85F825;
}
.BgClassName
{
background-color: #85F825;
}
</style>
border-color css
<style>
span { border-color: #85F825; }
span { border-color: rgb(133,248,37); }
td.TdClassName
{
border-color: #85F825;
}
.TagClassName
{
border-color: #85F825;
}
</style>