Shades of Apple #5DCA4C
Tints of Apple #5DCA4C
RGB
CMYK
RGB Variations
Color information
#5DCA4C (or 0x5DCA4C) is known color: Apple. HEX triplet: 5D, CA and 4C. RGB value is (93,202,76). Sum of RGB (Red+Green+Blue) = 93+202+76=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCA4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCA4C is #A235B3. Grayscale: #9B9B9B. Windows color (decimal): -10630580 or 5032541. OLE color: 5032541.
HSL color Cylindrical-coordinate representation of color #5DCA4C: hue angle of 111.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DCA4C is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 202 | 76 | - |
| CMYK | 0.54 | 0 | 0.62 | 0.21 |
| HSL | 111.9º | 0.54% | 0.55% | - |
| HSV(B) | 111.9º | 0.62% | 0.79% | - |
| XYZ | 26.94 | 45.09 | 14.12 | - |
| YUV | 155.05 | 83.39 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 202 | 76 | 0.54 | 0 | 0.62 | 0.21 | 111.9 | 0.54 | 0.55 |
| Hex | 5D | CA | 4C | 36 | 0 | 3E | 15 | 70 | 36 | 37 |
| Octal | 135 | 312 | 114 | 66 | 0 | 76 | 25 | 160 | 66 | 67 |
| Binary | 1011101 | 11001010 | 1001100 | 110110 | 0 | 111110 | 10101 | 1110000 | 110110 | 110111 |
Color Harmonies of #5DCA4C
Complementary color
Monochromatic Colors of #5DCA4C
Black with #5DCA4C
Text Example
Text Example
White with #5DCA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCA4C; }
p { color: rgb(93,202,76); }
H1.HeaderClassName
{
color: #5DCA4C;
}
.AnyTagClassName
{
color: #5DCA4C;
}
</style>
background-color css
<style>
a { background-color: #5DCA4C; }
a { background-color: rgb(93,202,76); }
div.DivClassName
{
background-color: #5DCA4C;
}
.BgClassName
{
background-color: #5DCA4C;
}
</style>
border-color css
<style>
span { border-color: #5DCA4C; }
span { border-color: rgb(93,202,76); }
td.TdClassName
{
border-color: #5DCA4C;
}
.TagClassName
{
border-color: #5DCA4C;
}
</style>