Shades of Citrus #92D20E
Tints of Citrus #92D20E
RGB
CMYK
RGB Variations
Color information
#92D20E (or 0x92D20E) is known color: Citrus. HEX triplet: 92, D2 and 0E. RGB value is (146,210,14). Sum of RGB (Red+Green+Blue) = 146+210+14=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 210 (82.42% from 255 or 56.76% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 210 - color contains mainly: green. Hex color #92D20E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92D20E is #6D2DF1. Grayscale: #A9A9A9. Windows color (decimal): -7155186 or 971410. OLE color: 971410.
HSL color Cylindrical-coordinate representation of color #92D20E: hue angle of 79.59º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #92D20E is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 210 | 14 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.18 |
| HSL | 79.59º | 0.88% | 0.44% | - |
| HSV(B) | 79.59º | 0.93% | 0.82% | - |
| XYZ | 34.98 | 52.24 | 8.65 | - |
| YUV | 168.52 | 40.8 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 210 | 14 | 0.30 | 0 | 0.93 | 0.18 | 79.59 | 0.88 | 0.44 |
| Hex | 92 | D2 | E | 1E | 0 | 5D | 12 | 50 | 58 | 2C |
| Octal | 222 | 322 | 16 | 36 | 0 | 135 | 22 | 120 | 130 | 54 |
| Binary | 10010010 | 11010010 | 1110 | 11110 | 0 | 1011101 | 10010 | 1010000 | 1011000 | 101100 |
Color Harmonies of #92D20E
Complementary color
Monochromatic Colors of #92D20E
Black with #92D20E
Text Example
Text Example
White with #92D20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D20E; }
p { color: rgb(146,210,14); }
H1.HeaderClassName
{
color: #92D20E;
}
.AnyTagClassName
{
color: #92D20E;
}
</style>
background-color css
<style>
a { background-color: #92D20E; }
a { background-color: rgb(146,210,14); }
div.DivClassName
{
background-color: #92D20E;
}
.BgClassName
{
background-color: #92D20E;
}
</style>
border-color css
<style>
span { border-color: #92D20E; }
span { border-color: rgb(146,210,14); }
td.TdClassName
{
border-color: #92D20E;
}
.TagClassName
{
border-color: #92D20E;
}
</style>