Shades of Chartreuse #92FA1B
Tints of Chartreuse #92FA1B
RGB
CMYK
RGB Variations
Color information
#92FA1B (or 0x92FA1B) is known color: Chartreuse. HEX triplet: 92, FA and 1B. RGB value is (146,250,27). Sum of RGB (Red+Green+Blue) = 146+250+27=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 250 (98.05% from 255 or 59.10% from 423); Blue value is 27 (10.94% from 255 or 6.38% from 423); Max value from RGB is 250 - color contains mainly: green. Hex color #92FA1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #92FA1B is #6D05E4. Grayscale: #C2C2C2. Windows color (decimal): -7144933 or 1833618. OLE color: 1833618.
HSL color Cylindrical-coordinate representation of color #92FA1B: hue angle of 87.98º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #92FA1B is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 250 | 27 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.02 |
| HSL | 87.98º | 0.96% | 0.54% | - |
| HSV(B) | 87.98º | 0.89% | 0.98% | - |
| XYZ | 46.24 | 74.56 | 12.99 | - |
| YUV | 193.48 | 34.04 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 250 | 27 | 0.42 | 0 | 0.89 | 0.02 | 87.98 | 0.96 | 0.54 |
| Hex | 92 | FA | 1B | 2A | 0 | 59 | 2 | 58 | 60 | 36 |
| Octal | 222 | 372 | 33 | 52 | 0 | 131 | 2 | 130 | 140 | 66 |
| Binary | 10010010 | 11111010 | 11011 | 101010 | 0 | 1011001 | 10 | 1011000 | 1100000 | 110110 |
Color Harmonies of #92FA1B
Complementary color
Monochromatic Colors of #92FA1B
Black with #92FA1B
Text Example
Text Example
White with #92FA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FA1B; }
p { color: rgb(146,250,27); }
H1.HeaderClassName
{
color: #92FA1B;
}
.AnyTagClassName
{
color: #92FA1B;
}
</style>
background-color css
<style>
a { background-color: #92FA1B; }
a { background-color: rgb(146,250,27); }
div.DivClassName
{
background-color: #92FA1B;
}
.BgClassName
{
background-color: #92FA1B;
}
</style>
border-color css
<style>
span { border-color: #92FA1B; }
span { border-color: rgb(146,250,27); }
td.TdClassName
{
border-color: #92FA1B;
}
.TagClassName
{
border-color: #92FA1B;
}
</style>