Shades of Citrus #93C809
Tints of Citrus #93C809
RGB
CMYK
RGB Variations
Color information
#93C809 (or 0x93C809) is known color: Citrus. HEX triplet: 93, C8 and 09. RGB value is (147,200,9). Sum of RGB (Red+Green+Blue) = 147+200+9=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 200 (78.52% from 255 or 56.18% from 356); Blue value is 9 (3.91% from 255 or 2.53% from 356); Max value from RGB is 200 - color contains mainly: green. Hex color #93C809 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C809 is #6C37F6. Grayscale: #A3A3A3. Windows color (decimal): -7092215 or 641171. OLE color: 641171.
HSL color Cylindrical-coordinate representation of color #93C809: hue angle of 76.65º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93C809 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 200 | 9 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.22 |
| HSL | 76.65º | 0.91% | 0.41% | - |
| HSV(B) | 76.65º | 0.96% | 0.78% | - |
| XYZ | 32.74 | 47.53 | 7.71 | - |
| YUV | 162.38 | 41.44 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 200 | 9 | 0.26 | 0 | 0.96 | 0.22 | 76.65 | 0.91 | 0.41 |
| Hex | 93 | C8 | 9 | 1A | 0 | 60 | 16 | 4D | 5B | 29 |
| Octal | 223 | 310 | 11 | 32 | 0 | 140 | 26 | 115 | 133 | 51 |
| Binary | 10010011 | 11001000 | 1001 | 11010 | 0 | 1100000 | 10110 | 1001101 | 1011011 | 101001 |
Color Harmonies of #93C809
Complementary color
Monochromatic Colors of #93C809
Black with #93C809
Text Example
Text Example
White with #93C809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C809; }
p { color: rgb(147,200,9); }
H1.HeaderClassName
{
color: #93C809;
}
.AnyTagClassName
{
color: #93C809;
}
</style>
background-color css
<style>
a { background-color: #93C809; }
a { background-color: rgb(147,200,9); }
div.DivClassName
{
background-color: #93C809;
}
.BgClassName
{
background-color: #93C809;
}
</style>
border-color css
<style>
span { border-color: #93C809; }
span { border-color: rgb(147,200,9); }
td.TdClassName
{
border-color: #93C809;
}
.TagClassName
{
border-color: #93C809;
}
</style>