Shades of Chartreuse #92F310
Tints of Chartreuse #92F310
RGB
CMYK
RGB Variations
Color information
#92F310 (or 0x92F310) is known color: Chartreuse. HEX triplet: 92, F3 and 10. RGB value is (146,243,16). Sum of RGB (Red+Green+Blue) = 146+243+16=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 243 (95.31% from 255 or 60% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 243 - color contains mainly: green. Hex color #92F310 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92F310 is #6D0CEF. Grayscale: #BCBCBC. Windows color (decimal): -7146736 or 1110930. OLE color: 1110930.
HSL color Cylindrical-coordinate representation of color #92F310: hue angle of 85.64º 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 #92F310 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 243 | 16 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.05 |
| HSL | 85.64º | 0.9% | 0.51% | - |
| HSV(B) | 85.64º | 0.93% | 0.95% | - |
| XYZ | 44 | 70.25 | 11.73 | - |
| YUV | 188.12 | 30.86 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 243 | 16 | 0.40 | 0 | 0.93 | 0.05 | 85.64 | 0.9 | 0.51 |
| Hex | 92 | F3 | 10 | 28 | 0 | 5D | 5 | 56 | 5A | 33 |
| Octal | 222 | 363 | 20 | 50 | 0 | 135 | 5 | 126 | 132 | 63 |
| Binary | 10010010 | 11110011 | 10000 | 101000 | 0 | 1011101 | 101 | 1010110 | 1011010 | 110011 |
Color Harmonies of #92F310
Complementary color
Monochromatic Colors of #92F310
Black with #92F310
Text Example
Text Example
White with #92F310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F310; }
p { color: rgb(146,243,16); }
H1.HeaderClassName
{
color: #92F310;
}
.AnyTagClassName
{
color: #92F310;
}
</style>
background-color css
<style>
a { background-color: #92F310; }
a { background-color: rgb(146,243,16); }
div.DivClassName
{
background-color: #92F310;
}
.BgClassName
{
background-color: #92F310;
}
</style>
border-color css
<style>
span { border-color: #92F310; }
span { border-color: rgb(146,243,16); }
td.TdClassName
{
border-color: #92F310;
}
.TagClassName
{
border-color: #92F310;
}
</style>