Shades of Citrus #93C000
Tints of Citrus #93C000
RGB
CMYK
RGB Variations
Color information
#93C000 (or 0x93C000) is known color: Citrus. HEX triplet: 93, C0 and 00. RGB value is (147,192,0). Sum of RGB (Red+Green+Blue) = 147+192+0=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #93C000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C000 is #6C3FFF. Grayscale: #9D9D9D. Windows color (decimal): -7094272 or 49299. OLE color: 49299.
HSL color Cylindrical-coordinate representation of color #93C000: hue angle of 74.06º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93C000 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 192 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.25 |
| HSL | 74.06º | 1% | 0.38% | - |
| HSV(B) | 74.06º | 1% | 0.75% | - |
| XYZ | 30.88 | 43.9 | 6.85 | - |
| YUV | 156.66 | 39.59 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 0 | 0.23 | 0 | 1 | 0.25 | 74.06 | 1 | 0.38 |
| Hex | 93 | C0 | 0 | 17 | 0 | 64 | 19 | 4A | 64 | 26 |
| Octal | 223 | 300 | 0 | 27 | 0 | 144 | 31 | 112 | 144 | 46 |
| Binary | 10010011 | 11000000 | 0 | 10111 | 0 | 1100100 | 11001 | 1001010 | 1100100 | 100110 |
Color Harmonies of #93C000
Complementary color
Monochromatic Colors of #93C000
Black with #93C000
Text Example
Text Example
White with #93C000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C000; }
p { color: rgb(147,192,0); }
H1.HeaderClassName
{
color: #93C000;
}
.AnyTagClassName
{
color: #93C000;
}
</style>
background-color css
<style>
a { background-color: #93C000; }
a { background-color: rgb(147,192,0); }
div.DivClassName
{
background-color: #93C000;
}
.BgClassName
{
background-color: #93C000;
}
</style>
border-color css
<style>
span { border-color: #93C000; }
span { border-color: rgb(147,192,0); }
td.TdClassName
{
border-color: #93C000;
}
.TagClassName
{
border-color: #93C000;
}
</style>