Shades of Chartreuse #92FE00
Tints of Chartreuse #92FE00
RGB
CMYK
RGB Variations
Color information
#92FE00 (or 0x92FE00) is known color: Chartreuse. HEX triplet: 92, FE and 00. RGB value is (146,254,0). Sum of RGB (Red+Green+Blue) = 146+254+0=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 254 (99.61% from 255 or 63.5% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 254 - color contains mainly: green. Hex color #92FE00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92FE00 is #6D01FF. Grayscale: #C1C1C1. Windows color (decimal): -7143936 or 65170. OLE color: 65170.
HSL color Cylindrical-coordinate representation of color #92FE00: hue angle of 85.51º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92FE00 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 254 | 0 | - |
| CMYK | 0.43 | 0 | 1 | 0.00 |
| HSL | 85.51º | 1% | 0.5% | - |
| HSV(B) | 85.51º | 1% | 1% | - |
| XYZ | 47.3 | 76.99 | 12.37 | - |
| YUV | 192.75 | 19.22 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 254 | 0 | 0.43 | 0 | 1 | 0.00 | 85.51 | 1 | 0.5 |
| Hex | 92 | FE | 0 | 2B | 0 | 64 | 0 | 56 | 64 | 32 |
| Octal | 222 | 376 | 0 | 53 | 0 | 144 | 0 | 126 | 144 | 62 |
| Binary | 10010010 | 11111110 | 0 | 101011 | 0 | 1100100 | 0 | 1010110 | 1100100 | 110010 |
Color Harmonies of #92FE00
Complementary color
Monochromatic Colors of #92FE00
Black with #92FE00
Text Example
Text Example
White with #92FE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FE00; }
p { color: rgb(146,254,0); }
H1.HeaderClassName
{
color: #92FE00;
}
.AnyTagClassName
{
color: #92FE00;
}
</style>
background-color css
<style>
a { background-color: #92FE00; }
a { background-color: rgb(146,254,0); }
div.DivClassName
{
background-color: #92FE00;
}
.BgClassName
{
background-color: #92FE00;
}
</style>
border-color css
<style>
span { border-color: #92FE00; }
span { border-color: rgb(146,254,0); }
td.TdClassName
{
border-color: #92FE00;
}
.TagClassName
{
border-color: #92FE00;
}
</style>