Shades of Citrus #93C600
Tints of Citrus #93C600
RGB
CMYK
RGB Variations
Color information
#93C600 (or 0x93C600) is known color: Citrus. HEX triplet: 93, C6 and 00. RGB value is (147,198,0). Sum of RGB (Red+Green+Blue) = 147+198+0=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 198 (77.73% from 255 or 57.39% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 198 - color contains mainly: green. Hex color #93C600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C600 is #6C39FF. Grayscale: #A0A0A0. Windows color (decimal): -7092736 or 50835. OLE color: 50835.
HSL color Cylindrical-coordinate representation of color #93C600: hue angle of 75.45º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93C600 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 198 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.22 |
| HSL | 75.45º | 1% | 0.39% | - |
| HSV(B) | 75.45º | 1% | 0.78% | - |
| XYZ | 32.23 | 46.59 | 7.29 | - |
| YUV | 160.18 | 37.6 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 198 | 0 | 0.26 | 0 | 1 | 0.22 | 75.45 | 1 | 0.39 |
| Hex | 93 | C6 | 0 | 1A | 0 | 64 | 16 | 4B | 64 | 27 |
| Octal | 223 | 306 | 0 | 32 | 0 | 144 | 26 | 113 | 144 | 47 |
| Binary | 10010011 | 11000110 | 0 | 11010 | 0 | 1100100 | 10110 | 1001011 | 1100100 | 100111 |
Color Harmonies of #93C600
Complementary color
Monochromatic Colors of #93C600
Black with #93C600
Text Example
Text Example
White with #93C600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C600; }
p { color: rgb(147,198,0); }
H1.HeaderClassName
{
color: #93C600;
}
.AnyTagClassName
{
color: #93C600;
}
</style>
background-color css
<style>
a { background-color: #93C600; }
a { background-color: rgb(147,198,0); }
div.DivClassName
{
background-color: #93C600;
}
.BgClassName
{
background-color: #93C600;
}
</style>
border-color css
<style>
span { border-color: #93C600; }
span { border-color: rgb(147,198,0); }
td.TdClassName
{
border-color: #93C600;
}
.TagClassName
{
border-color: #93C600;
}
</style>