Shades of Apple #5DC64F
Tints of Apple #5DC64F
RGB
CMYK
RGB Variations
Color information
#5DC64F (or 0x5DC64F) is known color: Apple. HEX triplet: 5D, C6 and 4F. RGB value is (93,198,79). Sum of RGB (Red+Green+Blue) = 93+198+79=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 198 (77.73% from 255 or 53.51% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 198 - color contains mainly: green. Hex color #5DC64F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC64F is #A239B0. Grayscale: #999999. Windows color (decimal): -10631601 or 5228125. OLE color: 5228125.
HSL color Cylindrical-coordinate representation of color #5DC64F: hue angle of 112.94º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DC64F is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 198 | 79 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.22 |
| HSL | 112.94º | 0.51% | 0.54% | - |
| HSV(B) | 112.94º | 0.6% | 0.78% | - |
| XYZ | 26.12 | 43.28 | 14.37 | - |
| YUV | 153.04 | 86.21 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 198 | 79 | 0.53 | 0 | 0.60 | 0.22 | 112.94 | 0.51 | 0.54 |
| Hex | 5D | C6 | 4F | 35 | 0 | 3C | 16 | 71 | 33 | 36 |
| Octal | 135 | 306 | 117 | 65 | 0 | 74 | 26 | 161 | 63 | 66 |
| Binary | 1011101 | 11000110 | 1001111 | 110101 | 0 | 111100 | 10110 | 1110001 | 110011 | 110110 |
Color Harmonies of #5DC64F
Complementary color
Monochromatic Colors of #5DC64F
Black with #5DC64F
Text Example
Text Example
White with #5DC64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC64F; }
p { color: rgb(93,198,79); }
H1.HeaderClassName
{
color: #5DC64F;
}
.AnyTagClassName
{
color: #5DC64F;
}
</style>
background-color css
<style>
a { background-color: #5DC64F; }
a { background-color: rgb(93,198,79); }
div.DivClassName
{
background-color: #5DC64F;
}
.BgClassName
{
background-color: #5DC64F;
}
</style>
border-color css
<style>
span { border-color: #5DC64F; }
span { border-color: rgb(93,198,79); }
td.TdClassName
{
border-color: #5DC64F;
}
.TagClassName
{
border-color: #5DC64F;
}
</style>