Shades of Apple #5DCF51
Tints of Apple #5DCF51
RGB
CMYK
RGB Variations
Color information
#5DCF51 (or 0x5DCF51) is known color: Apple. HEX triplet: 5D, CF and 51. RGB value is (93,207,81). Sum of RGB (Red+Green+Blue) = 93+207+81=381 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.41% from 381); Green value is 207 (81.25% from 255 or 54.33% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCF51 is #A230AE. Grayscale: #9E9E9E. Windows color (decimal): -10629295 or 5361501. OLE color: 5361501.
HSL color Cylindrical-coordinate representation of color #5DCF51: hue angle of 114.29º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DCF51 is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 207 | 81 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.19 |
| HSL | 114.29º | 0.57% | 0.56% | - |
| HSV(B) | 114.29º | 0.61% | 0.81% | - |
| XYZ | 28.31 | 47.55 | 15.47 | - |
| YUV | 158.55 | 84.23 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 81 | 0.55 | 0 | 0.61 | 0.19 | 114.29 | 0.57 | 0.56 |
| Hex | 5D | CF | 51 | 37 | 0 | 3D | 13 | 72 | 39 | 38 |
| Octal | 135 | 317 | 121 | 67 | 0 | 75 | 23 | 162 | 71 | 70 |
| Binary | 1011101 | 11001111 | 1010001 | 110111 | 0 | 111101 | 10011 | 1110010 | 111001 | 111000 |
Color Harmonies of #5DCF51
Complementary color
Monochromatic Colors of #5DCF51
Black with #5DCF51
Text Example
Text Example
White with #5DCF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCF51; }
p { color: rgb(93,207,81); }
H1.HeaderClassName
{
color: #5DCF51;
}
.AnyTagClassName
{
color: #5DCF51;
}
</style>
background-color css
<style>
a { background-color: #5DCF51; }
a { background-color: rgb(93,207,81); }
div.DivClassName
{
background-color: #5DCF51;
}
.BgClassName
{
background-color: #5DCF51;
}
</style>
border-color css
<style>
span { border-color: #5DCF51; }
span { border-color: rgb(93,207,81); }
td.TdClassName
{
border-color: #5DCF51;
}
.TagClassName
{
border-color: #5DCF51;
}
</style>