Shades of Citrus #93C508
Tints of Citrus #93C508
RGB
CMYK
RGB Variations
Color information
#93C508 (or 0x93C508) is known color: Citrus. HEX triplet: 93, C5 and 08. RGB value is (147,197,8). Sum of RGB (Red+Green+Blue) = 147+197+8=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 197 (77.34% from 255 or 55.97% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 197 - color contains mainly: green. Hex color #93C508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C508 is #6C3AF7. Grayscale: #A1A1A1. Windows color (decimal): -7092984 or 574867. OLE color: 574867.
HSL color Cylindrical-coordinate representation of color #93C508: hue angle of 75.87º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93C508 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 197 | 8 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.23 |
| HSL | 75.87º | 0.92% | 0.4% | - |
| HSV(B) | 75.87º | 0.96% | 0.77% | - |
| XYZ | 32.04 | 46.15 | 7.45 | - |
| YUV | 160.5 | 41.94 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 197 | 8 | 0.25 | 0 | 0.96 | 0.23 | 75.87 | 0.92 | 0.4 |
| Hex | 93 | C5 | 8 | 19 | 0 | 60 | 17 | 4C | 5C | 28 |
| Octal | 223 | 305 | 10 | 31 | 0 | 140 | 27 | 114 | 134 | 50 |
| Binary | 10010011 | 11000101 | 1000 | 11001 | 0 | 1100000 | 10111 | 1001100 | 1011100 | 101000 |
Color Harmonies of #93C508
Complementary color
Monochromatic Colors of #93C508
Black with #93C508
Text Example
Text Example
White with #93C508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C508; }
p { color: rgb(147,197,8); }
H1.HeaderClassName
{
color: #93C508;
}
.AnyTagClassName
{
color: #93C508;
}
</style>
background-color css
<style>
a { background-color: #93C508; }
a { background-color: rgb(147,197,8); }
div.DivClassName
{
background-color: #93C508;
}
.BgClassName
{
background-color: #93C508;
}
</style>
border-color css
<style>
span { border-color: #93C508; }
span { border-color: rgb(147,197,8); }
td.TdClassName
{
border-color: #93C508;
}
.TagClassName
{
border-color: #93C508;
}
</style>