Shades of Chartreuse #92F701
Tints of Chartreuse #92F701
RGB
CMYK
RGB Variations
Color information
#92F701 (or 0x92F701) is known color: Chartreuse. HEX triplet: 92, F7 and 01. RGB value is (146,247,1). Sum of RGB (Red+Green+Blue) = 146+247+1=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 247 (96.88% from 255 or 62.69% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 247 - color contains mainly: green. Hex color #92F701 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92F701 is #6D08FE. Grayscale: #BDBDBD. Windows color (decimal): -7145727 or 128914. OLE color: 128914.
HSL color Cylindrical-coordinate representation of color #92F701: hue angle of 84.63º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92F701 is Cyan = 0.41, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 146 | 247 | 1 | - |
| CMYK | 0.41 | 0 | 1.00 | 0.03 |
| HSL | 84.63º | 0.99% | 0.49% | - |
| HSV(B) | 84.63º | 1% | 0.97% | - |
| XYZ | 45.12 | 72.63 | 11.67 | - |
| YUV | 188.76 | 22.04 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 247 | 1 | 0.41 | 0 | 1.00 | 0.03 | 84.63 | 0.99 | 0.49 |
| Hex | 92 | F7 | 1 | 29 | 0 | 64 | 3 | 55 | 63 | 31 |
| Octal | 222 | 367 | 1 | 51 | 0 | 144 | 3 | 125 | 143 | 61 |
| Binary | 10010010 | 11110111 | 1 | 101001 | 0 | 1100100 | 11 | 1010101 | 1100011 | 110001 |
Color Harmonies of #92F701
Complementary color
Monochromatic Colors of #92F701
Black with #92F701
Text Example
Text Example
White with #92F701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F701; }
p { color: rgb(146,247,1); }
H1.HeaderClassName
{
color: #92F701;
}
.AnyTagClassName
{
color: #92F701;
}
</style>
background-color css
<style>
a { background-color: #92F701; }
a { background-color: rgb(146,247,1); }
div.DivClassName
{
background-color: #92F701;
}
.BgClassName
{
background-color: #92F701;
}
</style>
border-color css
<style>
span { border-color: #92F701; }
span { border-color: rgb(146,247,1); }
td.TdClassName
{
border-color: #92F701;
}
.TagClassName
{
border-color: #92F701;
}
</style>