Shades of Citrus #93CC08
Tints of Citrus #93CC08
RGB
CMYK
RGB Variations
Color information
#93CC08 (or 0x93CC08) is known color: Citrus. HEX triplet: 93, CC and 08. RGB value is (147,204,8). Sum of RGB (Red+Green+Blue) = 147+204+8=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 204 (80.08% from 255 or 56.82% from 359); Blue value is 8 (3.52% from 255 or 2.23% from 359); Max value from RGB is 204 - color contains mainly: green. Hex color #93CC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93CC08 is #6C33F7. Grayscale: #A5A5A5. Windows color (decimal): -7091192 or 576659. OLE color: 576659.
HSL color Cylindrical-coordinate representation of color #93CC08: hue angle of 77.45º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93CC08 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 204 | 8 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.2 |
| HSL | 77.45º | 0.92% | 0.42% | - |
| HSV(B) | 77.45º | 0.96% | 0.8% | - |
| XYZ | 33.67 | 49.41 | 7.99 | - |
| YUV | 164.61 | 39.62 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 204 | 8 | 0.28 | 0 | 0.96 | 0.2 | 77.45 | 0.92 | 0.42 |
| Hex | 93 | CC | 8 | 1C | 0 | 60 | 14 | 4D | 5C | 2A |
| Octal | 223 | 314 | 10 | 34 | 0 | 140 | 24 | 115 | 134 | 52 |
| Binary | 10010011 | 11001100 | 1000 | 11100 | 0 | 1100000 | 10100 | 1001101 | 1011100 | 101010 |
Color Harmonies of #93CC08
Complementary color
Monochromatic Colors of #93CC08
Black with #93CC08
Text Example
Text Example
White with #93CC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CC08; }
p { color: rgb(147,204,8); }
H1.HeaderClassName
{
color: #93CC08;
}
.AnyTagClassName
{
color: #93CC08;
}
</style>
background-color css
<style>
a { background-color: #93CC08; }
a { background-color: rgb(147,204,8); }
div.DivClassName
{
background-color: #93CC08;
}
.BgClassName
{
background-color: #93CC08;
}
</style>
border-color css
<style>
span { border-color: #93CC08; }
span { border-color: rgb(147,204,8); }
td.TdClassName
{
border-color: #93CC08;
}
.TagClassName
{
border-color: #93CC08;
}
</style>