Shades of Citrus #93C117
Tints of Citrus #93C117
RGB
CMYK
RGB Variations
Color information
#93C117 (or 0x93C117) is known color: Citrus. HEX triplet: 93, C1 and 17. RGB value is (147,193,23). Sum of RGB (Red+Green+Blue) = 147+193+23=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #93C117 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C117 is #6C3EE8. Grayscale: #A0A0A0. Windows color (decimal): -7093993 or 1556883. OLE color: 1556883.
HSL color Cylindrical-coordinate representation of color #93C117: hue angle of 76.24º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #93C117 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 193 | 23 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.24 |
| HSL | 76.24º | 0.79% | 0.42% | - |
| HSV(B) | 76.24º | 0.88% | 0.76% | - |
| XYZ | 31.26 | 44.4 | 7.73 | - |
| YUV | 159.87 | 50.76 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 193 | 23 | 0.24 | 0 | 0.88 | 0.24 | 76.24 | 0.79 | 0.42 |
| Hex | 93 | C1 | 17 | 18 | 0 | 58 | 18 | 4C | 4F | 2A |
| Octal | 223 | 301 | 27 | 30 | 0 | 130 | 30 | 114 | 117 | 52 |
| Binary | 10010011 | 11000001 | 10111 | 11000 | 0 | 1011000 | 11000 | 1001100 | 1001111 | 101010 |
Color Harmonies of #93C117
Complementary color
Monochromatic Colors of #93C117
Black with #93C117
Text Example
Text Example
White with #93C117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C117; }
p { color: rgb(147,193,23); }
H1.HeaderClassName
{
color: #93C117;
}
.AnyTagClassName
{
color: #93C117;
}
</style>
background-color css
<style>
a { background-color: #93C117; }
a { background-color: rgb(147,193,23); }
div.DivClassName
{
background-color: #93C117;
}
.BgClassName
{
background-color: #93C117;
}
</style>
border-color css
<style>
span { border-color: #93C117; }
span { border-color: rgb(147,193,23); }
td.TdClassName
{
border-color: #93C117;
}
.TagClassName
{
border-color: #93C117;
}
</style>