Shades of Citrus #93C015
Tints of Citrus #93C015
RGB
CMYK
RGB Variations
Color information
#93C015 (or 0x93C015) is known color: Citrus. HEX triplet: 93, C0 and 15. RGB value is (147,192,21). Sum of RGB (Red+Green+Blue) = 147+192+21=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #93C015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C015 is #6C3FEA. Grayscale: #9F9F9F. Windows color (decimal): -7094251 or 1425555. OLE color: 1425555.
HSL color Cylindrical-coordinate representation of color #93C015: hue angle of 75.79º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #93C015 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 192 | 21 | - |
| CMYK | 0.23 | 0 | 0.89 | 0.25 |
| HSL | 75.79º | 0.8% | 0.42% | - |
| HSV(B) | 75.79º | 0.89% | 0.75% | - |
| XYZ | 31.02 | 43.96 | 7.56 | - |
| YUV | 159.05 | 50.09 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 21 | 0.23 | 0 | 0.89 | 0.25 | 75.79 | 0.8 | 0.42 |
| Hex | 93 | C0 | 15 | 17 | 0 | 59 | 19 | 4C | 50 | 2A |
| Octal | 223 | 300 | 25 | 27 | 0 | 131 | 31 | 114 | 120 | 52 |
| Binary | 10010011 | 11000000 | 10101 | 10111 | 0 | 1011001 | 11001 | 1001100 | 1010000 | 101010 |
Color Harmonies of #93C015
Complementary color
Monochromatic Colors of #93C015
Black with #93C015
Text Example
Text Example
White with #93C015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C015; }
p { color: rgb(147,192,21); }
H1.HeaderClassName
{
color: #93C015;
}
.AnyTagClassName
{
color: #93C015;
}
</style>
background-color css
<style>
a { background-color: #93C015; }
a { background-color: rgb(147,192,21); }
div.DivClassName
{
background-color: #93C015;
}
.BgClassName
{
background-color: #93C015;
}
</style>
border-color css
<style>
span { border-color: #93C015; }
span { border-color: rgb(147,192,21); }
td.TdClassName
{
border-color: #93C015;
}
.TagClassName
{
border-color: #93C015;
}
</style>