Shades of Chartreuse #85FA23
Tints of Chartreuse #85FA23
RGB
CMYK
RGB Variations
Color information
#85FA23 (or 0x85FA23) is known color: Chartreuse. HEX triplet: 85, FA and 23. RGB value is (133,250,35). Sum of RGB (Red+Green+Blue) = 133+250+35=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 250 (98.05% from 255 or 59.81% from 418); Blue value is 35 (14.06% from 255 or 8.37% from 418); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA23 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FA23 is #7A05DC. Grayscale: #BFBFBF. Windows color (decimal): -7996893 or 2357893. OLE color: 2357893.
HSL color Cylindrical-coordinate representation of color #85FA23: hue angle of 92.65º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85FA23 is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 35 | - |
| CMYK | 0.47 | 0 | 0.86 | 0.02 |
| HSL | 92.65º | 0.96% | 0.56% | - |
| HSV(B) | 92.65º | 0.86% | 0.98% | - |
| XYZ | 44.16 | 73.48 | 13.45 | - |
| YUV | 190.51 | 40.24 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 35 | 0.47 | 0 | 0.86 | 0.02 | 92.65 | 0.96 | 0.56 |
| Hex | 85 | FA | 23 | 2F | 0 | 56 | 2 | 5D | 60 | 38 |
| Octal | 205 | 372 | 43 | 57 | 0 | 126 | 2 | 135 | 140 | 70 |
| Binary | 10000101 | 11111010 | 100011 | 101111 | 0 | 1010110 | 10 | 1011101 | 1100000 | 111000 |
Color Harmonies of #85FA23
Complementary color
Monochromatic Colors of #85FA23
Black with #85FA23
Text Example
Text Example
White with #85FA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FA23; }
p { color: rgb(133,250,35); }
H1.HeaderClassName
{
color: #85FA23;
}
.AnyTagClassName
{
color: #85FA23;
}
</style>
background-color css
<style>
a { background-color: #85FA23; }
a { background-color: rgb(133,250,35); }
div.DivClassName
{
background-color: #85FA23;
}
.BgClassName
{
background-color: #85FA23;
}
</style>
border-color css
<style>
span { border-color: #85FA23; }
span { border-color: rgb(133,250,35); }
td.TdClassName
{
border-color: #85FA23;
}
.TagClassName
{
border-color: #85FA23;
}
</style>