Shades of Chartreuse #85FB1C
Tints of Chartreuse #85FB1C
RGB
CMYK
RGB Variations
Color information
#85FB1C (or 0x85FB1C) is known color: Chartreuse. HEX triplet: 85, FB and 1C. RGB value is (133,251,28). Sum of RGB (Red+Green+Blue) = 133+251+28=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 251 (98.44% from 255 or 60.92% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FB1C is #7A04E3. Grayscale: #BFBFBF. Windows color (decimal): -7996644 or 1899397. OLE color: 1899397.
HSL color Cylindrical-coordinate representation of color #85FB1C: hue angle of 91.75º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85FB1C is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 28 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.02 |
| HSL | 91.75º | 0.97% | 0.55% | - |
| HSV(B) | 91.75º | 0.89% | 0.98% | - |
| XYZ | 44.38 | 74.06 | 13.06 | - |
| YUV | 190.3 | 36.41 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 28 | 0.47 | 0 | 0.89 | 0.02 | 91.75 | 0.97 | 0.55 |
| Hex | 85 | FB | 1C | 2F | 0 | 59 | 2 | 5C | 61 | 37 |
| Octal | 205 | 373 | 34 | 57 | 0 | 131 | 2 | 134 | 141 | 67 |
| Binary | 10000101 | 11111011 | 11100 | 101111 | 0 | 1011001 | 10 | 1011100 | 1100001 | 110111 |
Color Harmonies of #85FB1C
Complementary color
Monochromatic Colors of #85FB1C
Black with #85FB1C
Text Example
Text Example
White with #85FB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FB1C; }
p { color: rgb(133,251,28); }
H1.HeaderClassName
{
color: #85FB1C;
}
.AnyTagClassName
{
color: #85FB1C;
}
</style>
background-color css
<style>
a { background-color: #85FB1C; }
a { background-color: rgb(133,251,28); }
div.DivClassName
{
background-color: #85FB1C;
}
.BgClassName
{
background-color: #85FB1C;
}
</style>
border-color css
<style>
span { border-color: #85FB1C; }
span { border-color: rgb(133,251,28); }
td.TdClassName
{
border-color: #85FB1C;
}
.TagClassName
{
border-color: #85FB1C;
}
</style>