Shades of Citrus #93D012
Tints of Citrus #93D012
RGB
CMYK
RGB Variations
Color information
#93D012 (or 0x93D012) is known color: Citrus. HEX triplet: 93, D0 and 12. RGB value is (147,208,18). Sum of RGB (Red+Green+Blue) = 147+208+18=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 208 (81.64% from 255 or 55.76% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 208 - color contains mainly: green. Hex color #93D012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93D012 is #6C2FED. Grayscale: #A8A8A8. Windows color (decimal): -7090158 or 1233043. OLE color: 1233043.
HSL color Cylindrical-coordinate representation of color #93D012: hue angle of 79.26º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93D012 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 208 | 18 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.18 |
| HSL | 79.26º | 0.84% | 0.44% | - |
| HSV(B) | 79.26º | 0.91% | 0.82% | - |
| XYZ | 34.7 | 51.36 | 8.66 | - |
| YUV | 168.1 | 43.29 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 208 | 18 | 0.29 | 0 | 0.91 | 0.18 | 79.26 | 0.84 | 0.44 |
| Hex | 93 | D0 | 12 | 1D | 0 | 5B | 12 | 4F | 54 | 2C |
| Octal | 223 | 320 | 22 | 35 | 0 | 133 | 22 | 117 | 124 | 54 |
| Binary | 10010011 | 11010000 | 10010 | 11101 | 0 | 1011011 | 10010 | 1001111 | 1010100 | 101100 |
Color Harmonies of #93D012
Complementary color
Monochromatic Colors of #93D012
Black with #93D012
Text Example
Text Example
White with #93D012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D012; }
p { color: rgb(147,208,18); }
H1.HeaderClassName
{
color: #93D012;
}
.AnyTagClassName
{
color: #93D012;
}
</style>
background-color css
<style>
a { background-color: #93D012; }
a { background-color: rgb(147,208,18); }
div.DivClassName
{
background-color: #93D012;
}
.BgClassName
{
background-color: #93D012;
}
</style>
border-color css
<style>
span { border-color: #93D012; }
span { border-color: rgb(147,208,18); }
td.TdClassName
{
border-color: #93D012;
}
.TagClassName
{
border-color: #93D012;
}
</style>