Shades of Yellow Green #92DC1C
Tints of Yellow Green #92DC1C
RGB
CMYK
RGB Variations
Color information
#92DC1C (or 0x92DC1C) is known color: Yellow Green. HEX triplet: 92, DC and 1C. RGB value is (146,220,28). Sum of RGB (Red+Green+Blue) = 146+220+28=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #92DC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92DC1C is #6D23E3. Grayscale: #B0B0B0. Windows color (decimal): -7152612 or 1891474. OLE color: 1891474.
HSL color Cylindrical-coordinate representation of color #92DC1C: hue angle of 83.13º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #92DC1C is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 220 | 28 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.14 |
| HSL | 83.13º | 0.77% | 0.49% | - |
| HSV(B) | 83.13º | 0.87% | 0.86% | - |
| XYZ | 37.66 | 57.38 | 10.19 | - |
| YUV | 175.99 | 44.48 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 220 | 28 | 0.34 | 0 | 0.87 | 0.14 | 83.13 | 0.77 | 0.49 |
| Hex | 92 | DC | 1C | 22 | 0 | 57 | E | 53 | 4D | 31 |
| Octal | 222 | 334 | 34 | 42 | 0 | 127 | 16 | 123 | 115 | 61 |
| Binary | 10010010 | 11011100 | 11100 | 100010 | 0 | 1010111 | 1110 | 1010011 | 1001101 | 110001 |
Color Harmonies of #92DC1C
Complementary color
Monochromatic Colors of #92DC1C
Black with #92DC1C
Text Example
Text Example
White with #92DC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DC1C; }
p { color: rgb(146,220,28); }
H1.HeaderClassName
{
color: #92DC1C;
}
.AnyTagClassName
{
color: #92DC1C;
}
</style>
background-color css
<style>
a { background-color: #92DC1C; }
a { background-color: rgb(146,220,28); }
div.DivClassName
{
background-color: #92DC1C;
}
.BgClassName
{
background-color: #92DC1C;
}
</style>
border-color css
<style>
span { border-color: #92DC1C; }
span { border-color: rgb(146,220,28); }
td.TdClassName
{
border-color: #92DC1C;
}
.TagClassName
{
border-color: #92DC1C;
}
</style>