Shades of Apple #5DC63B
Tints of Apple #5DC63B
RGB
CMYK
RGB Variations
Color information
#5DC63B (or 0x5DC63B) is known color: Apple. HEX triplet: 5D, C6 and 3B. RGB value is (93,198,59). Sum of RGB (Red+Green+Blue) = 93+198+59=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 198 (77.73% from 255 or 56.57% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 198 - color contains mainly: green. Hex color #5DC63B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC63B is #A239C4. Grayscale: #979797. Windows color (decimal): -10631621 or 3917405. OLE color: 3917405.
HSL color Cylindrical-coordinate representation of color #5DC63B: hue angle of 105.32º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5DC63B is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 198 | 59 | - |
| CMYK | 0.53 | 0 | 0.70 | 0.22 |
| HSL | 105.32º | 0.55% | 0.5% | - |
| HSV(B) | 105.32º | 0.7% | 0.78% | - |
| XYZ | 25.5 | 43.03 | 11.1 | - |
| YUV | 150.76 | 76.21 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 198 | 59 | 0.53 | 0 | 0.70 | 0.22 | 105.32 | 0.55 | 0.5 |
| Hex | 5D | C6 | 3B | 35 | 0 | 46 | 16 | 69 | 37 | 32 |
| Octal | 135 | 306 | 73 | 65 | 0 | 106 | 26 | 151 | 67 | 62 |
| Binary | 1011101 | 11000110 | 111011 | 110101 | 0 | 1000110 | 10110 | 1101001 | 110111 | 110010 |
Color Harmonies of #5DC63B
Complementary color
Monochromatic Colors of #5DC63B
Black with #5DC63B
Text Example
Text Example
White with #5DC63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC63B; }
p { color: rgb(93,198,59); }
H1.HeaderClassName
{
color: #5DC63B;
}
.AnyTagClassName
{
color: #5DC63B;
}
</style>
background-color css
<style>
a { background-color: #5DC63B; }
a { background-color: rgb(93,198,59); }
div.DivClassName
{
background-color: #5DC63B;
}
.BgClassName
{
background-color: #5DC63B;
}
</style>
border-color css
<style>
span { border-color: #5DC63B; }
span { border-color: rgb(93,198,59); }
td.TdClassName
{
border-color: #5DC63B;
}
.TagClassName
{
border-color: #5DC63B;
}
</style>