Shades of Apple #5DCF40
Tints of Apple #5DCF40
RGB
CMYK
RGB Variations
Color information
#5DCF40 (or 0x5DCF40) is known color: Apple. HEX triplet: 5D, CF and 40. RGB value is (93,207,64). Sum of RGB (Red+Green+Blue) = 93+207+64=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 207 (81.25% from 255 or 56.87% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCF40 is #A230BF. Grayscale: #9D9D9D. Windows color (decimal): -10629312 or 4247389. OLE color: 4247389.
HSL color Cylindrical-coordinate representation of color #5DCF40: hue angle of 107.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DCF40 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 207 | 64 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.19 |
| HSL | 107.83º | 0.6% | 0.53% | - |
| HSV(B) | 107.83º | 0.69% | 0.81% | - |
| XYZ | 27.75 | 47.32 | 12.52 | - |
| YUV | 156.61 | 75.73 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 64 | 0.55 | 0 | 0.69 | 0.19 | 107.83 | 0.6 | 0.53 |
| Hex | 5D | CF | 40 | 37 | 0 | 45 | 13 | 6C | 3C | 35 |
| Octal | 135 | 317 | 100 | 67 | 0 | 105 | 23 | 154 | 74 | 65 |
| Binary | 1011101 | 11001111 | 1000000 | 110111 | 0 | 1000101 | 10011 | 1101100 | 111100 | 110101 |
Color Harmonies of #5DCF40
Complementary color
Monochromatic Colors of #5DCF40
Black with #5DCF40
Text Example
Text Example
White with #5DCF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCF40; }
p { color: rgb(93,207,64); }
H1.HeaderClassName
{
color: #5DCF40;
}
.AnyTagClassName
{
color: #5DCF40;
}
</style>
background-color css
<style>
a { background-color: #5DCF40; }
a { background-color: rgb(93,207,64); }
div.DivClassName
{
background-color: #5DCF40;
}
.BgClassName
{
background-color: #5DCF40;
}
</style>
border-color css
<style>
span { border-color: #5DCF40; }
span { border-color: rgb(93,207,64); }
td.TdClassName
{
border-color: #5DCF40;
}
.TagClassName
{
border-color: #5DCF40;
}
</style>