Shades of Citrus #93C908
Tints of Citrus #93C908
RGB
CMYK
RGB Variations
Color information
#93C908 (or 0x93C908) is known color: Citrus. HEX triplet: 93, C9 and 08. RGB value is (147,201,8). Sum of RGB (Red+Green+Blue) = 147+201+8=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 201 (78.91% from 255 or 56.46% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 201 - color contains mainly: green. Hex color #93C908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C908 is #6C36F7. Grayscale: #A3A3A3. Windows color (decimal): -7091960 or 575891. OLE color: 575891.
HSL color Cylindrical-coordinate representation of color #93C908: hue angle of 76.79º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93C908 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 201 | 8 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.21 |
| HSL | 76.79º | 0.92% | 0.41% | - |
| HSV(B) | 76.79º | 0.96% | 0.79% | - |
| XYZ | 32.96 | 47.99 | 7.76 | - |
| YUV | 162.85 | 40.61 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 201 | 8 | 0.27 | 0 | 0.96 | 0.21 | 76.79 | 0.92 | 0.41 |
| Hex | 93 | C9 | 8 | 1B | 0 | 60 | 15 | 4D | 5C | 29 |
| Octal | 223 | 311 | 10 | 33 | 0 | 140 | 25 | 115 | 134 | 51 |
| Binary | 10010011 | 11001001 | 1000 | 11011 | 0 | 1100000 | 10101 | 1001101 | 1011100 | 101001 |
Color Harmonies of #93C908
Complementary color
Monochromatic Colors of #93C908
Black with #93C908
Text Example
Text Example
White with #93C908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C908; }
p { color: rgb(147,201,8); }
H1.HeaderClassName
{
color: #93C908;
}
.AnyTagClassName
{
color: #93C908;
}
</style>
background-color css
<style>
a { background-color: #93C908; }
a { background-color: rgb(147,201,8); }
div.DivClassName
{
background-color: #93C908;
}
.BgClassName
{
background-color: #93C908;
}
</style>
border-color css
<style>
span { border-color: #93C908; }
span { border-color: rgb(147,201,8); }
td.TdClassName
{
border-color: #93C908;
}
.TagClassName
{
border-color: #93C908;
}
</style>