Shades of Chartreuse #85F723
Tints of Chartreuse #85F723
RGB
CMYK
RGB Variations
Color information
#85F723 (or 0x85F723) is known color: Chartreuse. HEX triplet: 85, F7 and 23. RGB value is (133,247,35). Sum of RGB (Red+Green+Blue) = 133+247+35=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 247 (96.88% from 255 or 59.52% from 415); Blue value is 35 (14.06% from 255 or 8.43% from 415); Max value from RGB is 247 - color contains mainly: green. Hex color #85F723 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F723 is #7A08DC. Grayscale: #BDBDBD. Windows color (decimal): -7997661 or 2357125. OLE color: 2357125.
HSL color Cylindrical-coordinate representation of color #85F723: hue angle of 92.26º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85F723 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 247 | 35 | - |
| CMYK | 0.46 | 0 | 0.86 | 0.03 |
| HSL | 92.26º | 0.93% | 0.55% | - |
| HSV(B) | 92.26º | 0.86% | 0.97% | - |
| XYZ | 43.24 | 71.63 | 13.14 | - |
| YUV | 188.75 | 41.23 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 247 | 35 | 0.46 | 0 | 0.86 | 0.03 | 92.26 | 0.93 | 0.55 |
| Hex | 85 | F7 | 23 | 2E | 0 | 56 | 3 | 5C | 5D | 37 |
| Octal | 205 | 367 | 43 | 56 | 0 | 126 | 3 | 134 | 135 | 67 |
| Binary | 10000101 | 11110111 | 100011 | 101110 | 0 | 1010110 | 11 | 1011100 | 1011101 | 110111 |
Color Harmonies of #85F723
Complementary color
Monochromatic Colors of #85F723
Black with #85F723
Text Example
Text Example
White with #85F723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F723; }
p { color: rgb(133,247,35); }
H1.HeaderClassName
{
color: #85F723;
}
.AnyTagClassName
{
color: #85F723;
}
</style>
background-color css
<style>
a { background-color: #85F723; }
a { background-color: rgb(133,247,35); }
div.DivClassName
{
background-color: #85F723;
}
.BgClassName
{
background-color: #85F723;
}
</style>
border-color css
<style>
span { border-color: #85F723; }
span { border-color: rgb(133,247,35); }
td.TdClassName
{
border-color: #85F723;
}
.TagClassName
{
border-color: #85F723;
}
</style>