Shades of Apple #5DCF43
Tints of Apple #5DCF43
RGB
CMYK
RGB Variations
Color information
#5DCF43 (or 0x5DCF43) is known color: Apple. HEX triplet: 5D, CF and 43. RGB value is (93,207,67). Sum of RGB (Red+Green+Blue) = 93+207+67=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 207 (81.25% from 255 or 56.40% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCF43 is #A230BC. Grayscale: #9D9D9D. Windows color (decimal): -10629309 or 4443997. OLE color: 4443997.
HSL color Cylindrical-coordinate representation of color #5DCF43: hue angle of 108.86º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5DCF43 is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 207 | 67 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.19 |
| HSL | 108.86º | 0.59% | 0.54% | - |
| HSV(B) | 108.86º | 0.68% | 0.81% | - |
| XYZ | 27.84 | 47.36 | 12.98 | - |
| YUV | 156.95 | 77.23 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 67 | 0.55 | 0 | 0.68 | 0.19 | 108.86 | 0.59 | 0.54 |
| Hex | 5D | CF | 43 | 37 | 0 | 44 | 13 | 6D | 3B | 36 |
| Octal | 135 | 317 | 103 | 67 | 0 | 104 | 23 | 155 | 73 | 66 |
| Binary | 1011101 | 11001111 | 1000011 | 110111 | 0 | 1000100 | 10011 | 1101101 | 111011 | 110110 |
Color Harmonies of #5DCF43
Complementary color
Monochromatic Colors of #5DCF43
Black with #5DCF43
Text Example
Text Example
White with #5DCF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCF43; }
p { color: rgb(93,207,67); }
H1.HeaderClassName
{
color: #5DCF43;
}
.AnyTagClassName
{
color: #5DCF43;
}
</style>
background-color css
<style>
a { background-color: #5DCF43; }
a { background-color: rgb(93,207,67); }
div.DivClassName
{
background-color: #5DCF43;
}
.BgClassName
{
background-color: #5DCF43;
}
</style>
border-color css
<style>
span { border-color: #5DCF43; }
span { border-color: rgb(93,207,67); }
td.TdClassName
{
border-color: #5DCF43;
}
.TagClassName
{
border-color: #5DCF43;
}
</style>