Shades of Citrus #93D008
Tints of Citrus #93D008
RGB
CMYK
RGB Variations
Color information
#93D008 (or 0x93D008) is known color: Citrus. HEX triplet: 93, D0 and 08. RGB value is (147,208,8). Sum of RGB (Red+Green+Blue) = 147+208+8=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #93D008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93D008 is #6C2FF7. Grayscale: #A7A7A7. Windows color (decimal): -7090168 or 577683. OLE color: 577683.
HSL color Cylindrical-coordinate representation of color #93D008: hue angle of 78.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93D008 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 208 | 8 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.18 |
| HSL | 78.3º | 0.93% | 0.42% | - |
| HSV(B) | 78.3º | 0.96% | 0.82% | - |
| XYZ | 34.63 | 51.33 | 8.31 | - |
| YUV | 166.96 | 38.29 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 208 | 8 | 0.29 | 0 | 0.96 | 0.18 | 78.3 | 0.93 | 0.42 |
| Hex | 93 | D0 | 8 | 1D | 0 | 60 | 12 | 4E | 5D | 2A |
| Octal | 223 | 320 | 10 | 35 | 0 | 140 | 22 | 116 | 135 | 52 |
| Binary | 10010011 | 11010000 | 1000 | 11101 | 0 | 1100000 | 10010 | 1001110 | 1011101 | 101010 |
Color Harmonies of #93D008
Complementary color
Monochromatic Colors of #93D008
Black with #93D008
Text Example
Text Example
White with #93D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D008; }
p { color: rgb(147,208,8); }
H1.HeaderClassName
{
color: #93D008;
}
.AnyTagClassName
{
color: #93D008;
}
</style>
background-color css
<style>
a { background-color: #93D008; }
a { background-color: rgb(147,208,8); }
div.DivClassName
{
background-color: #93D008;
}
.BgClassName
{
background-color: #93D008;
}
</style>
border-color css
<style>
span { border-color: #93D008; }
span { border-color: rgb(147,208,8); }
td.TdClassName
{
border-color: #93D008;
}
.TagClassName
{
border-color: #93D008;
}
</style>