Shades of Chartreuse #85F71D
Tints of Chartreuse #85F71D
RGB
CMYK
RGB Variations
Color information
#85F71D (or 0x85F71D) is known color: Chartreuse. HEX triplet: 85, F7 and 1D. RGB value is (133,247,29). Sum of RGB (Red+Green+Blue) = 133+247+29=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 247 (96.88% from 255 or 60.39% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 247 - color contains mainly: green. Hex color #85F71D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F71D is #7A08E2. Grayscale: #BCBCBC. Windows color (decimal): -7997667 or 1963909. OLE color: 1963909.
HSL color Cylindrical-coordinate representation of color #85F71D: hue angle of 91.38º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85F71D is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 247 | 29 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.03 |
| HSL | 91.38º | 0.93% | 0.54% | - |
| HSV(B) | 91.38º | 0.88% | 0.97% | - |
| XYZ | 43.16 | 71.6 | 12.71 | - |
| YUV | 188.06 | 38.23 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 247 | 29 | 0.46 | 0 | 0.88 | 0.03 | 91.38 | 0.93 | 0.54 |
| Hex | 85 | F7 | 1D | 2E | 0 | 58 | 3 | 5B | 5D | 36 |
| Octal | 205 | 367 | 35 | 56 | 0 | 130 | 3 | 133 | 135 | 66 |
| Binary | 10000101 | 11110111 | 11101 | 101110 | 0 | 1011000 | 11 | 1011011 | 1011101 | 110110 |
Color Harmonies of #85F71D
Complementary color
Monochromatic Colors of #85F71D
Black with #85F71D
Text Example
Text Example
White with #85F71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F71D; }
p { color: rgb(133,247,29); }
H1.HeaderClassName
{
color: #85F71D;
}
.AnyTagClassName
{
color: #85F71D;
}
</style>
background-color css
<style>
a { background-color: #85F71D; }
a { background-color: rgb(133,247,29); }
div.DivClassName
{
background-color: #85F71D;
}
.BgClassName
{
background-color: #85F71D;
}
</style>
border-color css
<style>
span { border-color: #85F71D; }
span { border-color: rgb(133,247,29); }
td.TdClassName
{
border-color: #85F71D;
}
.TagClassName
{
border-color: #85F71D;
}
</style>