Shades of Green Yellow #92FA1D
Tints of Green Yellow #92FA1D
RGB
CMYK
RGB Variations
Color information
#92FA1D (or 0x92FA1D) is known color: Green Yellow. HEX triplet: 92, FA and 1D. RGB value is (146,250,29). Sum of RGB (Red+Green+Blue) = 146+250+29=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 250 (98.05% from 255 or 58.82% from 425); Blue value is 29 (11.72% from 255 or 6.82% from 425); Max value from RGB is 250 - color contains mainly: green. Hex color #92FA1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #92FA1D is #6D05E2. Grayscale: #C2C2C2. Windows color (decimal): -7144931 or 1964690. OLE color: 1964690.
HSL color Cylindrical-coordinate representation of color #92FA1D: hue angle of 88.24º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #92FA1D is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 250 | 29 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.02 |
| HSL | 88.24º | 0.96% | 0.55% | - |
| HSV(B) | 88.24º | 0.88% | 0.98% | - |
| XYZ | 46.26 | 74.57 | 13.12 | - |
| YUV | 193.71 | 35.04 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 250 | 29 | 0.42 | 0 | 0.88 | 0.02 | 88.24 | 0.96 | 0.55 |
| Hex | 92 | FA | 1D | 2A | 0 | 58 | 2 | 58 | 60 | 37 |
| Octal | 222 | 372 | 35 | 52 | 0 | 130 | 2 | 130 | 140 | 67 |
| Binary | 10010010 | 11111010 | 11101 | 101010 | 0 | 1011000 | 10 | 1011000 | 1100000 | 110111 |
Color Harmonies of #92FA1D
Complementary color
Monochromatic Colors of #92FA1D
Black with #92FA1D
Text Example
Text Example
White with #92FA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FA1D; }
p { color: rgb(146,250,29); }
H1.HeaderClassName
{
color: #92FA1D;
}
.AnyTagClassName
{
color: #92FA1D;
}
</style>
background-color css
<style>
a { background-color: #92FA1D; }
a { background-color: rgb(146,250,29); }
div.DivClassName
{
background-color: #92FA1D;
}
.BgClassName
{
background-color: #92FA1D;
}
</style>
border-color css
<style>
span { border-color: #92FA1D; }
span { border-color: rgb(146,250,29); }
td.TdClassName
{
border-color: #92FA1D;
}
.TagClassName
{
border-color: #92FA1D;
}
</style>