Shades of Apple #5DC34D
Tints of Apple #5DC34D
RGB
CMYK
RGB Variations
Color information
#5DC34D (or 0x5DC34D) is known color: Apple. HEX triplet: 5D, C3 and 4D. RGB value is (93,195,77). Sum of RGB (Red+Green+Blue) = 93+195+77=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC34D is #A23CB2. Grayscale: #979797. Windows color (decimal): -10632371 or 5096285. OLE color: 5096285.
HSL color Cylindrical-coordinate representation of color #5DC34D: hue angle of 111.86º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DC34D is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 195 | 77 | - |
| CMYK | 0.52 | 0 | 0.61 | 0.24 |
| HSL | 111.86º | 0.5% | 0.53% | - |
| HSV(B) | 111.86º | 0.61% | 0.76% | - |
| XYZ | 25.37 | 41.89 | 13.77 | - |
| YUV | 151.05 | 86.21 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 195 | 77 | 0.52 | 0 | 0.61 | 0.24 | 111.86 | 0.5 | 0.53 |
| Hex | 5D | C3 | 4D | 34 | 0 | 3D | 18 | 70 | 32 | 35 |
| Octal | 135 | 303 | 115 | 64 | 0 | 75 | 30 | 160 | 62 | 65 |
| Binary | 1011101 | 11000011 | 1001101 | 110100 | 0 | 111101 | 11000 | 1110000 | 110010 | 110101 |
Color Harmonies of #5DC34D
Complementary color
Monochromatic Colors of #5DC34D
Black with #5DC34D
Text Example
Text Example
White with #5DC34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC34D; }
p { color: rgb(93,195,77); }
H1.HeaderClassName
{
color: #5DC34D;
}
.AnyTagClassName
{
color: #5DC34D;
}
</style>
background-color css
<style>
a { background-color: #5DC34D; }
a { background-color: rgb(93,195,77); }
div.DivClassName
{
background-color: #5DC34D;
}
.BgClassName
{
background-color: #5DC34D;
}
</style>
border-color css
<style>
span { border-color: #5DC34D; }
span { border-color: rgb(93,195,77); }
td.TdClassName
{
border-color: #5DC34D;
}
.TagClassName
{
border-color: #5DC34D;
}
</style>