Shades of Chartreuse #85FF1C
Tints of Chartreuse #85FF1C
RGB
CMYK
RGB Variations
Color information
#85FF1C (or 0x85FF1C) is known color: Chartreuse. HEX triplet: 85, FF and 1C. RGB value is (133,255,28). Sum of RGB (Red+Green+Blue) = 133+255+28=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 255 (100% from 255 or 61.30% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FF1C is #7A00E3. Grayscale: #C1C1C1. Windows color (decimal): -7995620 or 1900421. OLE color: 1900421.
HSL color Cylindrical-coordinate representation of color #85FF1C: hue angle of 92.25º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85FF1C is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 28 | - |
| CMYK | 0.48 | 0 | 0.89 | 0 |
| HSL | 92.25º | 1% | 0.55% | - |
| HSV(B) | 92.25º | 0.89% | 1% | - |
| XYZ | 45.64 | 76.59 | 13.48 | - |
| YUV | 192.64 | 35.08 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 28 | 0.48 | 0 | 0.89 | 0 | 92.25 | 1 | 0.55 |
| Hex | 85 | FF | 1C | 30 | 0 | 59 | 0 | 5C | 64 | 37 |
| Octal | 205 | 377 | 34 | 60 | 0 | 131 | 0 | 134 | 144 | 67 |
| Binary | 10000101 | 11111111 | 11100 | 110000 | 0 | 1011001 | 0 | 1011100 | 1100100 | 110111 |
Color Harmonies of #85FF1C
Complementary color
Monochromatic Colors of #85FF1C
Black with #85FF1C
Text Example
Text Example
White with #85FF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FF1C; }
p { color: rgb(133,255,28); }
H1.HeaderClassName
{
color: #85FF1C;
}
.AnyTagClassName
{
color: #85FF1C;
}
</style>
background-color css
<style>
a { background-color: #85FF1C; }
a { background-color: rgb(133,255,28); }
div.DivClassName
{
background-color: #85FF1C;
}
.BgClassName
{
background-color: #85FF1C;
}
</style>
border-color css
<style>
span { border-color: #85FF1C; }
span { border-color: rgb(133,255,28); }
td.TdClassName
{
border-color: #85FF1C;
}
.TagClassName
{
border-color: #85FF1C;
}
</style>