Shades of Citrus #93CE08
Tints of Citrus #93CE08
RGB
CMYK
RGB Variations
Color information
#93CE08 (or 0x93CE08) is known color: Citrus. HEX triplet: 93, CE and 08. RGB value is (147,206,8). Sum of RGB (Red+Green+Blue) = 147+206+8=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 206 (80.86% from 255 or 57.06% from 361); Blue value is 8 (3.52% from 255 or 2.22% from 361); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93CE08 is #6C31F7. Grayscale: #A6A6A6. Windows color (decimal): -7090680 or 577171. OLE color: 577171.
HSL color Cylindrical-coordinate representation of color #93CE08: hue angle of 77.88º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93CE08 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 206 | 8 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.19 |
| HSL | 77.88º | 0.93% | 0.42% | - |
| HSV(B) | 77.88º | 0.96% | 0.81% | - |
| XYZ | 34.15 | 50.36 | 8.15 | - |
| YUV | 165.79 | 38.95 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 206 | 8 | 0.29 | 0 | 0.96 | 0.19 | 77.88 | 0.93 | 0.42 |
| Hex | 93 | CE | 8 | 1D | 0 | 60 | 13 | 4E | 5D | 2A |
| Octal | 223 | 316 | 10 | 35 | 0 | 140 | 23 | 116 | 135 | 52 |
| Binary | 10010011 | 11001110 | 1000 | 11101 | 0 | 1100000 | 10011 | 1001110 | 1011101 | 101010 |
Color Harmonies of #93CE08
Complementary color
Monochromatic Colors of #93CE08
Black with #93CE08
Text Example
Text Example
White with #93CE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CE08; }
p { color: rgb(147,206,8); }
H1.HeaderClassName
{
color: #93CE08;
}
.AnyTagClassName
{
color: #93CE08;
}
</style>
background-color css
<style>
a { background-color: #93CE08; }
a { background-color: rgb(147,206,8); }
div.DivClassName
{
background-color: #93CE08;
}
.BgClassName
{
background-color: #93CE08;
}
</style>
border-color css
<style>
span { border-color: #93CE08; }
span { border-color: rgb(147,206,8); }
td.TdClassName
{
border-color: #93CE08;
}
.TagClassName
{
border-color: #93CE08;
}
</style>