Shades of Citrus #93D110
Tints of Citrus #93D110
RGB
CMYK
RGB Variations
Color information
#93D110 (or 0x93D110) is known color: Citrus. HEX triplet: 93, D1 and 10. RGB value is (147,209,16). Sum of RGB (Red+Green+Blue) = 147+209+16=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 209 (82.03% from 255 or 56.18% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 209 - color contains mainly: green. Hex color #93D110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93D110 is #6C2EEF. Grayscale: #A9A9A9. Windows color (decimal): -7089904 or 1102227. OLE color: 1102227.
HSL color Cylindrical-coordinate representation of color #93D110: hue angle of 79.27º 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 #93D110 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 209 | 16 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.18 |
| HSL | 79.27º | 0.86% | 0.44% | - |
| HSV(B) | 79.27º | 0.92% | 0.82% | - |
| XYZ | 34.93 | 51.84 | 8.66 | - |
| YUV | 168.46 | 41.96 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 209 | 16 | 0.30 | 0 | 0.92 | 0.18 | 79.27 | 0.86 | 0.44 |
| Hex | 93 | D1 | 10 | 1E | 0 | 5C | 12 | 4F | 56 | 2C |
| Octal | 223 | 321 | 20 | 36 | 0 | 134 | 22 | 117 | 126 | 54 |
| Binary | 10010011 | 11010001 | 10000 | 11110 | 0 | 1011100 | 10010 | 1001111 | 1010110 | 101100 |
Color Harmonies of #93D110
Complementary color
Monochromatic Colors of #93D110
Black with #93D110
Text Example
Text Example
White with #93D110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D110; }
p { color: rgb(147,209,16); }
H1.HeaderClassName
{
color: #93D110;
}
.AnyTagClassName
{
color: #93D110;
}
</style>
background-color css
<style>
a { background-color: #93D110; }
a { background-color: rgb(147,209,16); }
div.DivClassName
{
background-color: #93D110;
}
.BgClassName
{
background-color: #93D110;
}
</style>
border-color css
<style>
span { border-color: #93D110; }
span { border-color: rgb(147,209,16); }
td.TdClassName
{
border-color: #93D110;
}
.TagClassName
{
border-color: #93D110;
}
</style>