Shades of Citrus #93C310
Tints of Citrus #93C310
RGB
CMYK
RGB Variations
Color information
#93C310 (or 0x93C310) is known color: Citrus. HEX triplet: 93, C3 and 10. RGB value is (147,195,16). Sum of RGB (Red+Green+Blue) = 147+195+16=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 195 (76.56% from 255 or 54.47% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 195 - color contains mainly: green. Hex color #93C310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C310 is #6C3CEF. Grayscale: #A0A0A0. Windows color (decimal): -7093488 or 1098643. OLE color: 1098643.
HSL color Cylindrical-coordinate representation of color #93C310: hue angle of 76.09º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93C310 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 195 | 16 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.24 |
| HSL | 76.09º | 0.85% | 0.41% | - |
| HSV(B) | 76.09º | 0.92% | 0.76% | - |
| XYZ | 31.64 | 45.27 | 7.56 | - |
| YUV | 160.24 | 46.6 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 195 | 16 | 0.25 | 0 | 0.92 | 0.24 | 76.09 | 0.85 | 0.41 |
| Hex | 93 | C3 | 10 | 19 | 0 | 5C | 18 | 4C | 55 | 29 |
| Octal | 223 | 303 | 20 | 31 | 0 | 134 | 30 | 114 | 125 | 51 |
| Binary | 10010011 | 11000011 | 10000 | 11001 | 0 | 1011100 | 11000 | 1001100 | 1010101 | 101001 |
Color Harmonies of #93C310
Complementary color
Monochromatic Colors of #93C310
Black with #93C310
Text Example
Text Example
White with #93C310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C310; }
p { color: rgb(147,195,16); }
H1.HeaderClassName
{
color: #93C310;
}
.AnyTagClassName
{
color: #93C310;
}
</style>
background-color css
<style>
a { background-color: #93C310; }
a { background-color: rgb(147,195,16); }
div.DivClassName
{
background-color: #93C310;
}
.BgClassName
{
background-color: #93C310;
}
</style>
border-color css
<style>
span { border-color: #93C310; }
span { border-color: rgb(147,195,16); }
td.TdClassName
{
border-color: #93C310;
}
.TagClassName
{
border-color: #93C310;
}
</style>