Shades of Citrus #93D006
Tints of Citrus #93D006
RGB
CMYK
RGB Variations
Color information
#93D006 (or 0x93D006) is known color: Citrus. HEX triplet: 93, D0 and 06. RGB value is (147,208,6). Sum of RGB (Red+Green+Blue) = 147+208+6=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 6 (2.73% from 255 or 1.66% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #93D006 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93D006 is #6C2FF9. Grayscale: #A7A7A7. Windows color (decimal): -7090170 or 446611. OLE color: 446611.
HSL color Cylindrical-coordinate representation of color #93D006: hue angle of 78.12º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93D006 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 208 | 6 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.18 |
| HSL | 78.12º | 0.94% | 0.42% | - |
| HSV(B) | 78.12º | 0.97% | 0.82% | - |
| XYZ | 34.62 | 51.33 | 8.25 | - |
| YUV | 166.73 | 37.29 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 208 | 6 | 0.29 | 0 | 0.97 | 0.18 | 78.12 | 0.94 | 0.42 |
| Hex | 93 | D0 | 6 | 1D | 0 | 61 | 12 | 4E | 5E | 2A |
| Octal | 223 | 320 | 6 | 35 | 0 | 141 | 22 | 116 | 136 | 52 |
| Binary | 10010011 | 11010000 | 110 | 11101 | 0 | 1100001 | 10010 | 1001110 | 1011110 | 101010 |
Color Harmonies of #93D006
Complementary color
Monochromatic Colors of #93D006
Black with #93D006
Text Example
Text Example
White with #93D006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D006; }
p { color: rgb(147,208,6); }
H1.HeaderClassName
{
color: #93D006;
}
.AnyTagClassName
{
color: #93D006;
}
</style>
background-color css
<style>
a { background-color: #93D006; }
a { background-color: rgb(147,208,6); }
div.DivClassName
{
background-color: #93D006;
}
.BgClassName
{
background-color: #93D006;
}
</style>
border-color css
<style>
span { border-color: #93D006; }
span { border-color: rgb(147,208,6); }
td.TdClassName
{
border-color: #93D006;
}
.TagClassName
{
border-color: #93D006;
}
</style>