Shades of Chartreuse #92F215
Tints of Chartreuse #92F215
RGB
CMYK
RGB Variations
Color information
#92F215 (or 0x92F215) is known color: Chartreuse. HEX triplet: 92, F2 and 15. RGB value is (146,242,21). Sum of RGB (Red+Green+Blue) = 146+242+21=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 242 (94.92% from 255 or 59.17% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 242 - color contains mainly: green. Hex color #92F215 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92F215 is #6D0DEA. Grayscale: #BCBCBC. Windows color (decimal): -7146987 or 1438354. OLE color: 1438354.
HSL color Cylindrical-coordinate representation of color #92F215: hue angle of 86.06º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92F215 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 242 | 21 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.05 |
| HSL | 86.06º | 0.89% | 0.52% | - |
| HSV(B) | 86.06º | 0.91% | 0.95% | - |
| XYZ | 43.74 | 69.67 | 11.85 | - |
| YUV | 188.1 | 33.7 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 242 | 21 | 0.40 | 0 | 0.91 | 0.05 | 86.06 | 0.89 | 0.52 |
| Hex | 92 | F2 | 15 | 28 | 0 | 5B | 5 | 56 | 59 | 34 |
| Octal | 222 | 362 | 25 | 50 | 0 | 133 | 5 | 126 | 131 | 64 |
| Binary | 10010010 | 11110010 | 10101 | 101000 | 0 | 1011011 | 101 | 1010110 | 1011001 | 110100 |
Color Harmonies of #92F215
Complementary color
Monochromatic Colors of #92F215
Black with #92F215
Text Example
Text Example
White with #92F215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F215; }
p { color: rgb(146,242,21); }
H1.HeaderClassName
{
color: #92F215;
}
.AnyTagClassName
{
color: #92F215;
}
</style>
background-color css
<style>
a { background-color: #92F215; }
a { background-color: rgb(146,242,21); }
div.DivClassName
{
background-color: #92F215;
}
.BgClassName
{
background-color: #92F215;
}
</style>
border-color css
<style>
span { border-color: #92F215; }
span { border-color: rgb(146,242,21); }
td.TdClassName
{
border-color: #92F215;
}
.TagClassName
{
border-color: #92F215;
}
</style>