Shades of Apple #5DC93C
Tints of Apple #5DC93C
RGB
CMYK
RGB Variations
Color information
#5DC93C (or 0x5DC93C) is known color: Apple. HEX triplet: 5D, C9 and 3C. RGB value is (93,201,60). Sum of RGB (Red+Green+Blue) = 93+201+60=354 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.27% from 354); Green value is 201 (78.91% from 255 or 56.78% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 201 - color contains mainly: green. Hex color #5DC93C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC93C is #A236C3. Grayscale: #999999. Windows color (decimal): -10630852 or 3983709. OLE color: 3983709.
HSL color Cylindrical-coordinate representation of color #5DC93C: hue angle of 105.96º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5DC93C is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 201 | 60 | - |
| CMYK | 0.54 | 0 | 0.70 | 0.21 |
| HSL | 105.96º | 0.57% | 0.51% | - |
| HSV(B) | 105.96º | 0.7% | 0.79% | - |
| XYZ | 26.22 | 44.43 | 11.47 | - |
| YUV | 152.63 | 75.72 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 201 | 60 | 0.54 | 0 | 0.70 | 0.21 | 105.96 | 0.57 | 0.51 |
| Hex | 5D | C9 | 3C | 36 | 0 | 46 | 15 | 6A | 39 | 33 |
| Octal | 135 | 311 | 74 | 66 | 0 | 106 | 25 | 152 | 71 | 63 |
| Binary | 1011101 | 11001001 | 111100 | 110110 | 0 | 1000110 | 10101 | 1101010 | 111001 | 110011 |
Color Harmonies of #5DC93C
Complementary color
Monochromatic Colors of #5DC93C
Black with #5DC93C
Text Example
Text Example
White with #5DC93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC93C; }
p { color: rgb(93,201,60); }
H1.HeaderClassName
{
color: #5DC93C;
}
.AnyTagClassName
{
color: #5DC93C;
}
</style>
background-color css
<style>
a { background-color: #5DC93C; }
a { background-color: rgb(93,201,60); }
div.DivClassName
{
background-color: #5DC93C;
}
.BgClassName
{
background-color: #5DC93C;
}
</style>
border-color css
<style>
span { border-color: #5DC93C; }
span { border-color: rgb(93,201,60); }
td.TdClassName
{
border-color: #5DC93C;
}
.TagClassName
{
border-color: #5DC93C;
}
</style>