Shades of Citrus #93CB08
Tints of Citrus #93CB08
RGB
CMYK
RGB Variations
Color information
#93CB08 (or 0x93CB08) is known color: Citrus. HEX triplet: 93, CB and 08. RGB value is (147,203,8). Sum of RGB (Red+Green+Blue) = 147+203+8=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 203 (79.69% from 255 or 56.70% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 203 - color contains mainly: green. Hex color #93CB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93CB08 is #6C34F7. Grayscale: #A4A4A4. Windows color (decimal): -7091448 or 576403. OLE color: 576403.
HSL color Cylindrical-coordinate representation of color #93CB08: hue angle of 77.23º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93CB08 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 203 | 8 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.20 |
| HSL | 77.23º | 0.92% | 0.41% | - |
| HSV(B) | 77.23º | 0.96% | 0.8% | - |
| XYZ | 33.43 | 48.93 | 7.91 | - |
| YUV | 164.03 | 39.95 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 203 | 8 | 0.28 | 0 | 0.96 | 0.20 | 77.23 | 0.92 | 0.41 |
| Hex | 93 | CB | 8 | 1C | 0 | 60 | 14 | 4D | 5C | 29 |
| Octal | 223 | 313 | 10 | 34 | 0 | 140 | 24 | 115 | 134 | 51 |
| Binary | 10010011 | 11001011 | 1000 | 11100 | 0 | 1100000 | 10100 | 1001101 | 1011100 | 101001 |
Color Harmonies of #93CB08
Complementary color
Monochromatic Colors of #93CB08
Black with #93CB08
Text Example
Text Example
White with #93CB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CB08; }
p { color: rgb(147,203,8); }
H1.HeaderClassName
{
color: #93CB08;
}
.AnyTagClassName
{
color: #93CB08;
}
</style>
background-color css
<style>
a { background-color: #93CB08; }
a { background-color: rgb(147,203,8); }
div.DivClassName
{
background-color: #93CB08;
}
.BgClassName
{
background-color: #93CB08;
}
</style>
border-color css
<style>
span { border-color: #93CB08; }
span { border-color: rgb(147,203,8); }
td.TdClassName
{
border-color: #93CB08;
}
.TagClassName
{
border-color: #93CB08;
}
</style>