Shades of Citrus #93D103
Tints of Citrus #93D103
RGB
CMYK
RGB Variations
Color information
#93D103 (or 0x93D103) is known color: Citrus. HEX triplet: 93, D1 and 03. RGB value is (147,209,3). Sum of RGB (Red+Green+Blue) = 147+209+3=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 209 (82.03% from 255 or 58.22% from 359); Blue value is 3 (1.56% from 255 or 0.84% from 359); Max value from RGB is 209 - color contains mainly: green. Hex color #93D103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93D103 is #6C2EFC. Grayscale: #A7A7A7. Windows color (decimal): -7089917 or 250259. OLE color: 250259.
HSL color Cylindrical-coordinate representation of color #93D103: hue angle of 78.06º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93D103 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 209 | 3 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.18 |
| HSL | 78.06º | 0.97% | 0.42% | - |
| HSV(B) | 78.06º | 0.99% | 0.82% | - |
| XYZ | 34.85 | 51.81 | 8.25 | - |
| YUV | 166.98 | 35.46 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 209 | 3 | 0.30 | 0 | 0.99 | 0.18 | 78.06 | 0.97 | 0.42 |
| Hex | 93 | D1 | 3 | 1E | 0 | 63 | 12 | 4E | 61 | 2A |
| Octal | 223 | 321 | 3 | 36 | 0 | 143 | 22 | 116 | 141 | 52 |
| Binary | 10010011 | 11010001 | 11 | 11110 | 0 | 1100011 | 10010 | 1001110 | 1100001 | 101010 |
Color Harmonies of #93D103
Complementary color
Monochromatic Colors of #93D103
Black with #93D103
Text Example
Text Example
White with #93D103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D103; }
p { color: rgb(147,209,3); }
H1.HeaderClassName
{
color: #93D103;
}
.AnyTagClassName
{
color: #93D103;
}
</style>
background-color css
<style>
a { background-color: #93D103; }
a { background-color: rgb(147,209,3); }
div.DivClassName
{
background-color: #93D103;
}
.BgClassName
{
background-color: #93D103;
}
</style>
border-color css
<style>
span { border-color: #93D103; }
span { border-color: rgb(147,209,3); }
td.TdClassName
{
border-color: #93D103;
}
.TagClassName
{
border-color: #93D103;
}
</style>