Shades of Citrus #93D210
Tints of Citrus #93D210
RGB
CMYK
RGB Variations
Color information
#93D210 (or 0x93D210) is known color: Citrus. HEX triplet: 93, D2 and 10. RGB value is (147,210,16). Sum of RGB (Red+Green+Blue) = 147+210+16=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 210 (82.42% from 255 or 56.30% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 210 - color contains mainly: green. Hex color #93D210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93D210 is #6C2DEF. Grayscale: #A9A9A9. Windows color (decimal): -7089648 or 1102483. OLE color: 1102483.
HSL color Cylindrical-coordinate representation of color #93D210: hue angle of 79.48º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93D210 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 210 | 16 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.18 |
| HSL | 79.48º | 0.86% | 0.44% | - |
| HSV(B) | 79.48º | 0.92% | 0.82% | - |
| XYZ | 35.17 | 52.33 | 8.74 | - |
| YUV | 169.05 | 41.63 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 210 | 16 | 0.30 | 0 | 0.92 | 0.18 | 79.48 | 0.86 | 0.44 |
| Hex | 93 | D2 | 10 | 1E | 0 | 5C | 12 | 4F | 56 | 2C |
| Octal | 223 | 322 | 20 | 36 | 0 | 134 | 22 | 117 | 126 | 54 |
| Binary | 10010011 | 11010010 | 10000 | 11110 | 0 | 1011100 | 10010 | 1001111 | 1010110 | 101100 |
Color Harmonies of #93D210
Complementary color
Monochromatic Colors of #93D210
Black with #93D210
Text Example
Text Example
White with #93D210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D210; }
p { color: rgb(147,210,16); }
H1.HeaderClassName
{
color: #93D210;
}
.AnyTagClassName
{
color: #93D210;
}
</style>
background-color css
<style>
a { background-color: #93D210; }
a { background-color: rgb(147,210,16); }
div.DivClassName
{
background-color: #93D210;
}
.BgClassName
{
background-color: #93D210;
}
</style>
border-color css
<style>
span { border-color: #93D210; }
span { border-color: rgb(147,210,16); }
td.TdClassName
{
border-color: #93D210;
}
.TagClassName
{
border-color: #93D210;
}
</style>