Shades of Citrus #93C614
Tints of Citrus #93C614
RGB
CMYK
RGB Variations
Color information
#93C614 (or 0x93C614) is known color: Citrus. HEX triplet: 93, C6 and 14. RGB value is (147,198,20). Sum of RGB (Red+Green+Blue) = 147+198+20=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 198 (77.73% from 255 or 54.25% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 198 - color contains mainly: green. Hex color #93C614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C614 is #6C39EB. Grayscale: #A3A3A3. Windows color (decimal): -7092716 or 1361555. OLE color: 1361555.
HSL color Cylindrical-coordinate representation of color #93C614: hue angle of 77.19º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93C614 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 198 | 20 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.22 |
| HSL | 77.19º | 0.82% | 0.43% | - |
| HSV(B) | 77.19º | 0.9% | 0.78% | - |
| XYZ | 32.35 | 46.64 | 7.96 | - |
| YUV | 162.46 | 47.6 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 198 | 20 | 0.26 | 0 | 0.90 | 0.22 | 77.19 | 0.82 | 0.43 |
| Hex | 93 | C6 | 14 | 1A | 0 | 5A | 16 | 4D | 52 | 2B |
| Octal | 223 | 306 | 24 | 32 | 0 | 132 | 26 | 115 | 122 | 53 |
| Binary | 10010011 | 11000110 | 10100 | 11010 | 0 | 1011010 | 10110 | 1001101 | 1010010 | 101011 |
Color Harmonies of #93C614
Complementary color
Monochromatic Colors of #93C614
Black with #93C614
Text Example
Text Example
White with #93C614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C614; }
p { color: rgb(147,198,20); }
H1.HeaderClassName
{
color: #93C614;
}
.AnyTagClassName
{
color: #93C614;
}
</style>
background-color css
<style>
a { background-color: #93C614; }
a { background-color: rgb(147,198,20); }
div.DivClassName
{
background-color: #93C614;
}
.BgClassName
{
background-color: #93C614;
}
</style>
border-color css
<style>
span { border-color: #93C614; }
span { border-color: rgb(147,198,20); }
td.TdClassName
{
border-color: #93C614;
}
.TagClassName
{
border-color: #93C614;
}
</style>