Shades of Apple #5DC93F
Tints of Apple #5DC93F
RGB
CMYK
RGB Variations
Color information
#5DC93F (or 0x5DC93F) is known color: Apple. HEX triplet: 5D, C9 and 3F. RGB value is (93,201,63). Sum of RGB (Red+Green+Blue) = 93+201+63=357 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.05% from 357); Green value is 201 (78.91% from 255 or 56.30% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 201 - color contains mainly: green. Hex color #5DC93F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC93F is #A236C0. Grayscale: #999999. Windows color (decimal): -10630849 or 4180317. OLE color: 4180317.
HSL color Cylindrical-coordinate representation of color #5DC93F: hue angle of 106.96º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DC93F is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 201 | 63 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.21 |
| HSL | 106.96º | 0.56% | 0.52% | - |
| HSV(B) | 106.96º | 0.69% | 0.79% | - |
| XYZ | 26.3 | 44.46 | 11.9 | - |
| YUV | 152.98 | 77.22 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 201 | 63 | 0.54 | 0 | 0.69 | 0.21 | 106.96 | 0.56 | 0.52 |
| Hex | 5D | C9 | 3F | 36 | 0 | 45 | 15 | 6B | 38 | 34 |
| Octal | 135 | 311 | 77 | 66 | 0 | 105 | 25 | 153 | 70 | 64 |
| Binary | 1011101 | 11001001 | 111111 | 110110 | 0 | 1000101 | 10101 | 1101011 | 111000 | 110100 |
Color Harmonies of #5DC93F
Complementary color
Monochromatic Colors of #5DC93F
Black with #5DC93F
Text Example
Text Example
White with #5DC93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC93F; }
p { color: rgb(93,201,63); }
H1.HeaderClassName
{
color: #5DC93F;
}
.AnyTagClassName
{
color: #5DC93F;
}
</style>
background-color css
<style>
a { background-color: #5DC93F; }
a { background-color: rgb(93,201,63); }
div.DivClassName
{
background-color: #5DC93F;
}
.BgClassName
{
background-color: #5DC93F;
}
</style>
border-color css
<style>
span { border-color: #5DC93F; }
span { border-color: rgb(93,201,63); }
td.TdClassName
{
border-color: #5DC93F;
}
.TagClassName
{
border-color: #5DC93F;
}
</style>