Shades of Citrus #93C711
Tints of Citrus #93C711
RGB
CMYK
RGB Variations
Color information
#93C711 (or 0x93C711) is known color: Citrus. HEX triplet: 93, C7 and 11. RGB value is (147,199,17). Sum of RGB (Red+Green+Blue) = 147+199+17=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 199 (78.12% from 255 or 54.82% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 199 - color contains mainly: green. Hex color #93C711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C711 is #6C38EE. Grayscale: #A3A3A3. Windows color (decimal): -7092463 or 1165203. OLE color: 1165203.
HSL color Cylindrical-coordinate representation of color #93C711: hue angle of 77.14º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93C711 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 199 | 17 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.22 |
| HSL | 77.14º | 0.84% | 0.42% | - |
| HSV(B) | 77.14º | 0.91% | 0.78% | - |
| XYZ | 32.56 | 47.09 | 7.9 | - |
| YUV | 162.7 | 45.77 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 199 | 17 | 0.26 | 0 | 0.91 | 0.22 | 77.14 | 0.84 | 0.42 |
| Hex | 93 | C7 | 11 | 1A | 0 | 5B | 16 | 4D | 54 | 2A |
| Octal | 223 | 307 | 21 | 32 | 0 | 133 | 26 | 115 | 124 | 52 |
| Binary | 10010011 | 11000111 | 10001 | 11010 | 0 | 1011011 | 10110 | 1001101 | 1010100 | 101010 |
Color Harmonies of #93C711
Complementary color
Monochromatic Colors of #93C711
Black with #93C711
Text Example
Text Example
White with #93C711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C711; }
p { color: rgb(147,199,17); }
H1.HeaderClassName
{
color: #93C711;
}
.AnyTagClassName
{
color: #93C711;
}
</style>
background-color css
<style>
a { background-color: #93C711; }
a { background-color: rgb(147,199,17); }
div.DivClassName
{
background-color: #93C711;
}
.BgClassName
{
background-color: #93C711;
}
</style>
border-color css
<style>
span { border-color: #93C711; }
span { border-color: rgb(147,199,17); }
td.TdClassName
{
border-color: #93C711;
}
.TagClassName
{
border-color: #93C711;
}
</style>