Shades of Citrus #93CE05
Tints of Citrus #93CE05
RGB
CMYK
RGB Variations
Color information
#93CE05 (or 0x93CE05) is known color: Citrus. HEX triplet: 93, CE and 05. RGB value is (147,206,5). Sum of RGB (Red+Green+Blue) = 147+206+5=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 206 (80.86% from 255 or 57.54% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93CE05 is #6C31FA. Grayscale: #A6A6A6. Windows color (decimal): -7090683 or 380563. OLE color: 380563.
HSL color Cylindrical-coordinate representation of color #93CE05: hue angle of 77.61º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93CE05 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 206 | 5 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.19 |
| HSL | 77.61º | 0.95% | 0.41% | - |
| HSV(B) | 77.61º | 0.98% | 0.81% | - |
| XYZ | 34.13 | 50.36 | 8.06 | - |
| YUV | 165.45 | 37.45 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 206 | 5 | 0.29 | 0 | 0.98 | 0.19 | 77.61 | 0.95 | 0.41 |
| Hex | 93 | CE | 5 | 1D | 0 | 62 | 13 | 4E | 5F | 29 |
| Octal | 223 | 316 | 5 | 35 | 0 | 142 | 23 | 116 | 137 | 51 |
| Binary | 10010011 | 11001110 | 101 | 11101 | 0 | 1100010 | 10011 | 1001110 | 1011111 | 101001 |
Color Harmonies of #93CE05
Complementary color
Monochromatic Colors of #93CE05
Black with #93CE05
Text Example
Text Example
White with #93CE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CE05; }
p { color: rgb(147,206,5); }
H1.HeaderClassName
{
color: #93CE05;
}
.AnyTagClassName
{
color: #93CE05;
}
</style>
background-color css
<style>
a { background-color: #93CE05; }
a { background-color: rgb(147,206,5); }
div.DivClassName
{
background-color: #93CE05;
}
.BgClassName
{
background-color: #93CE05;
}
</style>
border-color css
<style>
span { border-color: #93CE05; }
span { border-color: rgb(147,206,5); }
td.TdClassName
{
border-color: #93CE05;
}
.TagClassName
{
border-color: #93CE05;
}
</style>