Shades of Chartreuse #92F502
Tints of Chartreuse #92F502
RGB
CMYK
RGB Variations
Color information
#92F502 (or 0x92F502) is known color: Chartreuse. HEX triplet: 92, F5 and 02. RGB value is (146,245,2). Sum of RGB (Red+Green+Blue) = 146+245+2=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 245 (96.09% from 255 or 62.34% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 245 - color contains mainly: green. Hex color #92F502 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92F502 is #6D0AFD. Grayscale: #BCBCBC. Windows color (decimal): -7146238 or 193938. OLE color: 193938.
HSL color Cylindrical-coordinate representation of color #92F502: hue angle of 84.44º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92F502 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 245 | 2 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.04 |
| HSL | 84.44º | 0.98% | 0.48% | - |
| HSV(B) | 84.44º | 0.99% | 0.96% | - |
| XYZ | 44.52 | 71.42 | 11.5 | - |
| YUV | 187.7 | 23.2 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 245 | 2 | 0.40 | 0 | 0.99 | 0.04 | 84.44 | 0.98 | 0.48 |
| Hex | 92 | F5 | 2 | 28 | 0 | 63 | 4 | 54 | 62 | 30 |
| Octal | 222 | 365 | 2 | 50 | 0 | 143 | 4 | 124 | 142 | 60 |
| Binary | 10010010 | 11110101 | 10 | 101000 | 0 | 1100011 | 100 | 1010100 | 1100010 | 110000 |
Color Harmonies of #92F502
Complementary color
Monochromatic Colors of #92F502
Black with #92F502
Text Example
Text Example
White with #92F502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F502; }
p { color: rgb(146,245,2); }
H1.HeaderClassName
{
color: #92F502;
}
.AnyTagClassName
{
color: #92F502;
}
</style>
background-color css
<style>
a { background-color: #92F502; }
a { background-color: rgb(146,245,2); }
div.DivClassName
{
background-color: #92F502;
}
.BgClassName
{
background-color: #92F502;
}
</style>
border-color css
<style>
span { border-color: #92F502; }
span { border-color: rgb(146,245,2); }
td.TdClassName
{
border-color: #92F502;
}
.TagClassName
{
border-color: #92F502;
}
</style>