Shades of Chartreuse #92F212
Tints of Chartreuse #92F212
RGB
CMYK
RGB Variations
Color information
#92F212 (or 0x92F212) is known color: Chartreuse. HEX triplet: 92, F2 and 12. RGB value is (146,242,18). Sum of RGB (Red+Green+Blue) = 146+242+18=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 242 (94.92% from 255 or 59.61% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 242 - color contains mainly: green. Hex color #92F212 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92F212 is #6D0DED. Grayscale: #BCBCBC. Windows color (decimal): -7146990 or 1241746. OLE color: 1241746.
HSL color Cylindrical-coordinate representation of color #92F212: hue angle of 85.71º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #92F212 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 242 | 18 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.05 |
| HSL | 85.71º | 0.9% | 0.51% | - |
| HSV(B) | 85.71º | 0.93% | 0.95% | - |
| XYZ | 43.72 | 69.66 | 11.71 | - |
| YUV | 187.76 | 32.2 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 242 | 18 | 0.40 | 0 | 0.93 | 0.05 | 85.71 | 0.9 | 0.51 |
| Hex | 92 | F2 | 12 | 28 | 0 | 5D | 5 | 56 | 5A | 33 |
| Octal | 222 | 362 | 22 | 50 | 0 | 135 | 5 | 126 | 132 | 63 |
| Binary | 10010010 | 11110010 | 10010 | 101000 | 0 | 1011101 | 101 | 1010110 | 1011010 | 110011 |
Color Harmonies of #92F212
Complementary color
Monochromatic Colors of #92F212
Black with #92F212
Text Example
Text Example
White with #92F212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F212; }
p { color: rgb(146,242,18); }
H1.HeaderClassName
{
color: #92F212;
}
.AnyTagClassName
{
color: #92F212;
}
</style>
background-color css
<style>
a { background-color: #92F212; }
a { background-color: rgb(146,242,18); }
div.DivClassName
{
background-color: #92F212;
}
.BgClassName
{
background-color: #92F212;
}
</style>
border-color css
<style>
span { border-color: #92F212; }
span { border-color: rgb(146,242,18); }
td.TdClassName
{
border-color: #92F212;
}
.TagClassName
{
border-color: #92F212;
}
</style>