Shades of Apple #5DCF54
Tints of Apple #5DCF54
RGB
CMYK
RGB Variations
Color information
#5DCF54 (or 0x5DCF54) is known color: Apple. HEX triplet: 5D, CF and 54. RGB value is (93,207,84). Sum of RGB (Red+Green+Blue) = 93+207+84=384 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.22% from 384); Green value is 207 (81.25% from 255 or 53.91% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCF54 is #A230AB. Grayscale: #9F9F9F. Windows color (decimal): -10629292 or 5558109. OLE color: 5558109.
HSL color Cylindrical-coordinate representation of color #5DCF54: hue angle of 115.61º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DCF54 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 207 | 84 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.19 |
| HSL | 115.61º | 0.56% | 0.57% | - |
| HSV(B) | 115.61º | 0.59% | 0.81% | - |
| XYZ | 28.43 | 47.59 | 16.08 | - |
| YUV | 158.89 | 85.73 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 84 | 0.55 | 0 | 0.59 | 0.19 | 115.61 | 0.56 | 0.57 |
| Hex | 5D | CF | 54 | 37 | 0 | 3B | 13 | 74 | 38 | 39 |
| Octal | 135 | 317 | 124 | 67 | 0 | 73 | 23 | 164 | 70 | 71 |
| Binary | 1011101 | 11001111 | 1010100 | 110111 | 0 | 111011 | 10011 | 1110100 | 111000 | 111001 |
Color Harmonies of #5DCF54
Complementary color
Monochromatic Colors of #5DCF54
Black with #5DCF54
Text Example
Text Example
White with #5DCF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCF54; }
p { color: rgb(93,207,84); }
H1.HeaderClassName
{
color: #5DCF54;
}
.AnyTagClassName
{
color: #5DCF54;
}
</style>
background-color css
<style>
a { background-color: #5DCF54; }
a { background-color: rgb(93,207,84); }
div.DivClassName
{
background-color: #5DCF54;
}
.BgClassName
{
background-color: #5DCF54;
}
</style>
border-color css
<style>
span { border-color: #5DCF54; }
span { border-color: rgb(93,207,84); }
td.TdClassName
{
border-color: #5DCF54;
}
.TagClassName
{
border-color: #5DCF54;
}
</style>