Shades of Citrus #93C013
Tints of Citrus #93C013
RGB
CMYK
RGB Variations
Color information
#93C013 (or 0x93C013) is known color: Citrus. HEX triplet: 93, C0 and 13. RGB value is (147,192,19). Sum of RGB (Red+Green+Blue) = 147+192+19=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #93C013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C013 is #6C3FEC. Grayscale: #9F9F9F. Windows color (decimal): -7094253 or 1294483. OLE color: 1294483.
HSL color Cylindrical-coordinate representation of color #93C013: hue angle of 75.61º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93C013 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 192 | 19 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.25 |
| HSL | 75.61º | 0.82% | 0.41% | - |
| HSV(B) | 75.61º | 0.9% | 0.75% | - |
| XYZ | 31 | 43.95 | 7.47 | - |
| YUV | 158.82 | 49.09 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 19 | 0.23 | 0 | 0.90 | 0.25 | 75.61 | 0.82 | 0.41 |
| Hex | 93 | C0 | 13 | 17 | 0 | 5A | 19 | 4C | 52 | 29 |
| Octal | 223 | 300 | 23 | 27 | 0 | 132 | 31 | 114 | 122 | 51 |
| Binary | 10010011 | 11000000 | 10011 | 10111 | 0 | 1011010 | 11001 | 1001100 | 1010010 | 101001 |
Color Harmonies of #93C013
Complementary color
Monochromatic Colors of #93C013
Black with #93C013
Text Example
Text Example
White with #93C013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C013; }
p { color: rgb(147,192,19); }
H1.HeaderClassName
{
color: #93C013;
}
.AnyTagClassName
{
color: #93C013;
}
</style>
background-color css
<style>
a { background-color: #93C013; }
a { background-color: rgb(147,192,19); }
div.DivClassName
{
background-color: #93C013;
}
.BgClassName
{
background-color: #93C013;
}
</style>
border-color css
<style>
span { border-color: #93C013; }
span { border-color: rgb(147,192,19); }
td.TdClassName
{
border-color: #93C013;
}
.TagClassName
{
border-color: #93C013;
}
</style>