Shades of Chartreuse #92F800
Tints of Chartreuse #92F800
RGB
CMYK
RGB Variations
Color information
#92F800 (or 0x92F800) is known color: Chartreuse. HEX triplet: 92, F8 and 00. RGB value is (146,248,0). Sum of RGB (Red+Green+Blue) = 146+248+0=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 248 (97.27% from 255 or 62.94% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 248 - color contains mainly: green. Hex color #92F800 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92F800 is #6D07FF. Grayscale: #BEBEBE. Windows color (decimal): -7145472 or 63634. OLE color: 63634.
HSL color Cylindrical-coordinate representation of color #92F800: hue angle of 84.68º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92F800 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 146 | 248 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.03 |
| HSL | 84.68º | 1% | 0.49% | - |
| HSV(B) | 84.68º | 1% | 0.97% | - |
| XYZ | 45.42 | 73.25 | 11.74 | - |
| YUV | 189.23 | 21.21 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 248 | 0 | 0.41 | 0 | 1 | 0.03 | 84.68 | 1 | 0.49 |
| Hex | 92 | F8 | 0 | 29 | 0 | 64 | 3 | 55 | 64 | 31 |
| Octal | 222 | 370 | 0 | 51 | 0 | 144 | 3 | 125 | 144 | 61 |
| Binary | 10010010 | 11111000 | 0 | 101001 | 0 | 1100100 | 11 | 1010101 | 1100100 | 110001 |
Color Harmonies of #92F800
Complementary color
Monochromatic Colors of #92F800
Black with #92F800
Text Example
Text Example
White with #92F800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F800; }
p { color: rgb(146,248,0); }
H1.HeaderClassName
{
color: #92F800;
}
.AnyTagClassName
{
color: #92F800;
}
</style>
background-color css
<style>
a { background-color: #92F800; }
a { background-color: rgb(146,248,0); }
div.DivClassName
{
background-color: #92F800;
}
.BgClassName
{
background-color: #92F800;
}
</style>
border-color css
<style>
span { border-color: #92F800; }
span { border-color: rgb(146,248,0); }
td.TdClassName
{
border-color: #92F800;
}
.TagClassName
{
border-color: #92F800;
}
</style>