Shades of Chartreuse #85FA28
Tints of Chartreuse #85FA28
RGB
CMYK
RGB Variations
Color information
#85FA28 (or 0x85FA28) is known color: Chartreuse. HEX triplet: 85, FA and 28. RGB value is (133,250,40). Sum of RGB (Red+Green+Blue) = 133+250+40=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 250 (98.05% from 255 or 59.10% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FA28 is #7A05D7. Grayscale: #BFBFBF. Windows color (decimal): -7996888 or 2685573. OLE color: 2685573.
HSL color Cylindrical-coordinate representation of color #85FA28: hue angle of 93.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85FA28 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 40 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.02 |
| HSL | 93.43º | 0.95% | 0.57% | - |
| HSV(B) | 93.43º | 0.84% | 0.98% | - |
| XYZ | 44.24 | 73.51 | 13.86 | - |
| YUV | 191.08 | 42.74 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 40 | 0.47 | 0 | 0.84 | 0.02 | 93.43 | 0.95 | 0.57 |
| Hex | 85 | FA | 28 | 2F | 0 | 54 | 2 | 5D | 5F | 39 |
| Octal | 205 | 372 | 50 | 57 | 0 | 124 | 2 | 135 | 137 | 71 |
| Binary | 10000101 | 11111010 | 101000 | 101111 | 0 | 1010100 | 10 | 1011101 | 1011111 | 111001 |
Color Harmonies of #85FA28
Complementary color
Monochromatic Colors of #85FA28
Black with #85FA28
Text Example
Text Example
White with #85FA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FA28; }
p { color: rgb(133,250,40); }
H1.HeaderClassName
{
color: #85FA28;
}
.AnyTagClassName
{
color: #85FA28;
}
</style>
background-color css
<style>
a { background-color: #85FA28; }
a { background-color: rgb(133,250,40); }
div.DivClassName
{
background-color: #85FA28;
}
.BgClassName
{
background-color: #85FA28;
}
</style>
border-color css
<style>
span { border-color: #85FA28; }
span { border-color: rgb(133,250,40); }
td.TdClassName
{
border-color: #85FA28;
}
.TagClassName
{
border-color: #85FA28;
}
</style>