Shades of Citrus #93C50D
Tints of Citrus #93C50D
RGB
CMYK
RGB Variations
Color information
#93C50D (or 0x93C50D) is known color: Citrus. HEX triplet: 93, C5 and 0D. RGB value is (147,197,13). Sum of RGB (Red+Green+Blue) = 147+197+13=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 197 (77.34% from 255 or 55.18% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 197 - color contains mainly: green. Hex color #93C50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C50D is #6C3AF2. Grayscale: #A1A1A1. Windows color (decimal): -7092979 or 902547. OLE color: 902547.
HSL color Cylindrical-coordinate representation of color #93C50D: hue angle of 76.3º degrees, saturation: 0.88, 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 #93C50D is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 197 | 13 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.23 |
| HSL | 76.3º | 0.88% | 0.41% | - |
| HSV(B) | 76.3º | 0.93% | 0.77% | - |
| XYZ | 32.07 | 46.16 | 7.6 | - |
| YUV | 161.07 | 44.44 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 197 | 13 | 0.25 | 0 | 0.93 | 0.23 | 76.3 | 0.88 | 0.41 |
| Hex | 93 | C5 | D | 19 | 0 | 5D | 17 | 4C | 58 | 29 |
| Octal | 223 | 305 | 15 | 31 | 0 | 135 | 27 | 114 | 130 | 51 |
| Binary | 10010011 | 11000101 | 1101 | 11001 | 0 | 1011101 | 10111 | 1001100 | 1011000 | 101001 |
Color Harmonies of #93C50D
Complementary color
Monochromatic Colors of #93C50D
Black with #93C50D
Text Example
Text Example
White with #93C50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C50D; }
p { color: rgb(147,197,13); }
H1.HeaderClassName
{
color: #93C50D;
}
.AnyTagClassName
{
color: #93C50D;
}
</style>
background-color css
<style>
a { background-color: #93C50D; }
a { background-color: rgb(147,197,13); }
div.DivClassName
{
background-color: #93C50D;
}
.BgClassName
{
background-color: #93C50D;
}
</style>
border-color css
<style>
span { border-color: #93C50D; }
span { border-color: rgb(147,197,13); }
td.TdClassName
{
border-color: #93C50D;
}
.TagClassName
{
border-color: #93C50D;
}
</style>