Shades of Chartreuse #92FF02
Tints of Chartreuse #92FF02
RGB
CMYK
RGB Variations
Color information
#92FF02 (or 0x92FF02) is known color: Chartreuse. HEX triplet: 92, FF and 02. RGB value is (146,255,2). Sum of RGB (Red+Green+Blue) = 146+255+2=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 255 (100% from 255 or 63.28% from 403); Blue value is 2 (1.17% from 255 or 0.50% from 403); Max value from RGB is 255 - color contains mainly: green. Hex color #92FF02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92FF02 is #6D00FD. Grayscale: #C2C2C2. Windows color (decimal): -7143678 or 196498. OLE color: 196498.
HSL color Cylindrical-coordinate representation of color #92FF02: hue angle of 85.85º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92FF02 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 255 | 2 | - |
| CMYK | 0.43 | 0 | 0.99 | 0 |
| HSL | 85.85º | 1% | 0.5% | - |
| HSV(B) | 85.85º | 0.99% | 1% | - |
| XYZ | 47.63 | 77.64 | 12.53 | - |
| YUV | 193.57 | 19.89 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 255 | 2 | 0.43 | 0 | 0.99 | 0 | 85.85 | 1 | 0.5 |
| Hex | 92 | FF | 2 | 2B | 0 | 63 | 0 | 56 | 64 | 32 |
| Octal | 222 | 377 | 2 | 53 | 0 | 143 | 0 | 126 | 144 | 62 |
| Binary | 10010010 | 11111111 | 10 | 101011 | 0 | 1100011 | 0 | 1010110 | 1100100 | 110010 |
Color Harmonies of #92FF02
Complementary color
Monochromatic Colors of #92FF02
Black with #92FF02
Text Example
Text Example
White with #92FF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FF02; }
p { color: rgb(146,255,2); }
H1.HeaderClassName
{
color: #92FF02;
}
.AnyTagClassName
{
color: #92FF02;
}
</style>
background-color css
<style>
a { background-color: #92FF02; }
a { background-color: rgb(146,255,2); }
div.DivClassName
{
background-color: #92FF02;
}
.BgClassName
{
background-color: #92FF02;
}
</style>
border-color css
<style>
span { border-color: #92FF02; }
span { border-color: rgb(146,255,2); }
td.TdClassName
{
border-color: #92FF02;
}
.TagClassName
{
border-color: #92FF02;
}
</style>