Shades of Apple #5DC63A
Tints of Apple #5DC63A
RGB
CMYK
RGB Variations
Color information
#5DC63A (or 0x5DC63A) is known color: Apple. HEX triplet: 5D, C6 and 3A. RGB value is (93,198,58). Sum of RGB (Red+Green+Blue) = 93+198+58=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 198 (77.73% from 255 or 56.73% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 198 - color contains mainly: green. Hex color #5DC63A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC63A is #A239C5. Grayscale: #979797. Windows color (decimal): -10631622 or 3851869. OLE color: 3851869.
HSL color Cylindrical-coordinate representation of color #5DC63A: hue angle of 105º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5DC63A is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 198 | 58 | - |
| CMYK | 0.53 | 0 | 0.71 | 0.22 |
| HSL | 105º | 0.55% | 0.5% | - |
| HSV(B) | 105º | 0.71% | 0.78% | - |
| XYZ | 25.47 | 43.02 | 10.96 | - |
| YUV | 150.65 | 75.71 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 198 | 58 | 0.53 | 0 | 0.71 | 0.22 | 105 | 0.55 | 0.5 |
| Hex | 5D | C6 | 3A | 35 | 0 | 47 | 16 | 69 | 37 | 32 |
| Octal | 135 | 306 | 72 | 65 | 0 | 107 | 26 | 151 | 67 | 62 |
| Binary | 1011101 | 11000110 | 111010 | 110101 | 0 | 1000111 | 10110 | 1101001 | 110111 | 110010 |
Color Harmonies of #5DC63A
Complementary color
Monochromatic Colors of #5DC63A
Black with #5DC63A
Text Example
Text Example
White with #5DC63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC63A; }
p { color: rgb(93,198,58); }
H1.HeaderClassName
{
color: #5DC63A;
}
.AnyTagClassName
{
color: #5DC63A;
}
</style>
background-color css
<style>
a { background-color: #5DC63A; }
a { background-color: rgb(93,198,58); }
div.DivClassName
{
background-color: #5DC63A;
}
.BgClassName
{
background-color: #5DC63A;
}
</style>
border-color css
<style>
span { border-color: #5DC63A; }
span { border-color: rgb(93,198,58); }
td.TdClassName
{
border-color: #5DC63A;
}
.TagClassName
{
border-color: #5DC63A;
}
</style>