Shades of Citrus #93C602
Tints of Citrus #93C602
RGB
CMYK
RGB Variations
Color information
#93C602 (or 0x93C602) is known color: Citrus. HEX triplet: 93, C6 and 02. RGB value is (147,198,2). Sum of RGB (Red+Green+Blue) = 147+198+2=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 198 (77.73% from 255 or 57.06% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 198 - color contains mainly: green. Hex color #93C602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C602 is #6C39FD. Grayscale: #A1A1A1. Windows color (decimal): -7092734 or 181907. OLE color: 181907.
HSL color Cylindrical-coordinate representation of color #93C602: hue angle of 75.61º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93C602 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 198 | 2 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.22 |
| HSL | 75.61º | 0.98% | 0.39% | - |
| HSV(B) | 75.61º | 0.99% | 0.78% | - |
| XYZ | 32.24 | 46.6 | 7.35 | - |
| YUV | 160.41 | 38.6 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 198 | 2 | 0.26 | 0 | 0.99 | 0.22 | 75.61 | 0.98 | 0.39 |
| Hex | 93 | C6 | 2 | 1A | 0 | 63 | 16 | 4C | 62 | 27 |
| Octal | 223 | 306 | 2 | 32 | 0 | 143 | 26 | 114 | 142 | 47 |
| Binary | 10010011 | 11000110 | 10 | 11010 | 0 | 1100011 | 10110 | 1001100 | 1100010 | 100111 |
Color Harmonies of #93C602
Complementary color
Monochromatic Colors of #93C602
Black with #93C602
Text Example
Text Example
White with #93C602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C602; }
p { color: rgb(147,198,2); }
H1.HeaderClassName
{
color: #93C602;
}
.AnyTagClassName
{
color: #93C602;
}
</style>
background-color css
<style>
a { background-color: #93C602; }
a { background-color: rgb(147,198,2); }
div.DivClassName
{
background-color: #93C602;
}
.BgClassName
{
background-color: #93C602;
}
</style>
border-color css
<style>
span { border-color: #93C602; }
span { border-color: rgb(147,198,2); }
td.TdClassName
{
border-color: #93C602;
}
.TagClassName
{
border-color: #93C602;
}
</style>