Shades of Chartreuse #85FA0B
Tints of Chartreuse #85FA0B
RGB
CMYK
RGB Variations
Color information
#85FA0B (or 0x85FA0B) is known color: Chartreuse. HEX triplet: 85, FA and 0B. RGB value is (133,250,11). Sum of RGB (Red+Green+Blue) = 133+250+11=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 250 (98.05% from 255 or 63.45% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FA0B is #7A05F4. Grayscale: #BCBCBC. Windows color (decimal): -7996917 or 785029. OLE color: 785029.
HSL color Cylindrical-coordinate representation of color #85FA0B: hue angle of 89.37º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85FA0B is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 11 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.02 |
| HSL | 89.37º | 0.96% | 0.51% | - |
| HSV(B) | 89.37º | 0.96% | 0.98% | - |
| XYZ | 43.92 | 73.38 | 12.17 | - |
| YUV | 187.77 | 28.24 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 11 | 0.47 | 0 | 0.96 | 0.02 | 89.37 | 0.96 | 0.51 |
| Hex | 85 | FA | B | 2F | 0 | 60 | 2 | 59 | 60 | 33 |
| Octal | 205 | 372 | 13 | 57 | 0 | 140 | 2 | 131 | 140 | 63 |
| Binary | 10000101 | 11111010 | 1011 | 101111 | 0 | 1100000 | 10 | 1011001 | 1100000 | 110011 |
Color Harmonies of #85FA0B
Complementary color
Monochromatic Colors of #85FA0B
Black with #85FA0B
Text Example
Text Example
White with #85FA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FA0B; }
p { color: rgb(133,250,11); }
H1.HeaderClassName
{
color: #85FA0B;
}
.AnyTagClassName
{
color: #85FA0B;
}
</style>
background-color css
<style>
a { background-color: #85FA0B; }
a { background-color: rgb(133,250,11); }
div.DivClassName
{
background-color: #85FA0B;
}
.BgClassName
{
background-color: #85FA0B;
}
</style>
border-color css
<style>
span { border-color: #85FA0B; }
span { border-color: rgb(133,250,11); }
td.TdClassName
{
border-color: #85FA0B;
}
.TagClassName
{
border-color: #85FA0B;
}
</style>