Shades of Citrus #93C40E
Tints of Citrus #93C40E
RGB
CMYK
RGB Variations
Color information
#93C40E (or 0x93C40E) is known color: Citrus. HEX triplet: 93, C4 and 0E. RGB value is (147,196,14). Sum of RGB (Red+Green+Blue) = 147+196+14=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 196 (76.95% from 255 or 54.90% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 196 - color contains mainly: green. Hex color #93C40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C40E is #6C3BF1. Grayscale: #A1A1A1. Windows color (decimal): -7093234 or 967827. OLE color: 967827.
HSL color Cylindrical-coordinate representation of color #93C40E: hue angle of 76.15º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93C40E is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 196 | 14 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.23 |
| HSL | 76.15º | 0.87% | 0.41% | - |
| HSV(B) | 76.15º | 0.93% | 0.77% | - |
| XYZ | 31.85 | 45.71 | 7.56 | - |
| YUV | 160.6 | 45.27 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 196 | 14 | 0.25 | 0 | 0.93 | 0.23 | 76.15 | 0.87 | 0.41 |
| Hex | 93 | C4 | E | 19 | 0 | 5D | 17 | 4C | 57 | 29 |
| Octal | 223 | 304 | 16 | 31 | 0 | 135 | 27 | 114 | 127 | 51 |
| Binary | 10010011 | 11000100 | 1110 | 11001 | 0 | 1011101 | 10111 | 1001100 | 1010111 | 101001 |
Color Harmonies of #93C40E
Complementary color
Monochromatic Colors of #93C40E
Black with #93C40E
Text Example
Text Example
White with #93C40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C40E; }
p { color: rgb(147,196,14); }
H1.HeaderClassName
{
color: #93C40E;
}
.AnyTagClassName
{
color: #93C40E;
}
</style>
background-color css
<style>
a { background-color: #93C40E; }
a { background-color: rgb(147,196,14); }
div.DivClassName
{
background-color: #93C40E;
}
.BgClassName
{
background-color: #93C40E;
}
</style>
border-color css
<style>
span { border-color: #93C40E; }
span { border-color: rgb(147,196,14); }
td.TdClassName
{
border-color: #93C40E;
}
.TagClassName
{
border-color: #93C40E;
}
</style>