Shades of Citrus #93C511
Tints of Citrus #93C511
RGB
CMYK
RGB Variations
Color information
#93C511 (or 0x93C511) is known color: Citrus. HEX triplet: 93, C5 and 11. RGB value is (147,197,17). Sum of RGB (Red+Green+Blue) = 147+197+17=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 197 (77.34% from 255 or 54.57% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 197 - color contains mainly: green. Hex color #93C511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C511 is #6C3AEE. Grayscale: #A2A2A2. Windows color (decimal): -7092975 or 1164691. OLE color: 1164691.
HSL color Cylindrical-coordinate representation of color #93C511: hue angle of 76.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93C511 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 197 | 17 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.23 |
| HSL | 76.67º | 0.84% | 0.42% | - |
| HSV(B) | 76.67º | 0.91% | 0.77% | - |
| XYZ | 32.1 | 46.18 | 7.75 | - |
| YUV | 161.53 | 46.44 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 197 | 17 | 0.25 | 0 | 0.91 | 0.23 | 76.67 | 0.84 | 0.42 |
| Hex | 93 | C5 | 11 | 19 | 0 | 5B | 17 | 4D | 54 | 2A |
| Octal | 223 | 305 | 21 | 31 | 0 | 133 | 27 | 115 | 124 | 52 |
| Binary | 10010011 | 11000101 | 10001 | 11001 | 0 | 1011011 | 10111 | 1001101 | 1010100 | 101010 |
Color Harmonies of #93C511
Complementary color
Monochromatic Colors of #93C511
Black with #93C511
Text Example
Text Example
White with #93C511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C511; }
p { color: rgb(147,197,17); }
H1.HeaderClassName
{
color: #93C511;
}
.AnyTagClassName
{
color: #93C511;
}
</style>
background-color css
<style>
a { background-color: #93C511; }
a { background-color: rgb(147,197,17); }
div.DivClassName
{
background-color: #93C511;
}
.BgClassName
{
background-color: #93C511;
}
</style>
border-color css
<style>
span { border-color: #93C511; }
span { border-color: rgb(147,197,17); }
td.TdClassName
{
border-color: #93C511;
}
.TagClassName
{
border-color: #93C511;
}
</style>