Shades of Apple #5DC241
Tints of Apple #5DC241
RGB
CMYK
RGB Variations
Color information
#5DC241 (or 0x5DC241) is known color: Apple. HEX triplet: 5D, C2 and 41. RGB value is (93,194,65). Sum of RGB (Red+Green+Blue) = 93+194+65=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 194 (76.17% from 255 or 55.11% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 194 - color contains mainly: green. Hex color #5DC241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC241 is #A23DBE. Grayscale: #959595. Windows color (decimal): -10632639 or 4309597. OLE color: 4309597.
HSL color Cylindrical-coordinate representation of color #5DC241: hue angle of 106.98º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5DC241 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 194 | 65 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.24 |
| HSL | 106.98º | 0.51% | 0.51% | - |
| HSV(B) | 106.98º | 0.66% | 0.76% | - |
| XYZ | 24.76 | 41.29 | 11.67 | - |
| YUV | 149.1 | 80.54 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 194 | 65 | 0.52 | 0 | 0.66 | 0.24 | 106.98 | 0.51 | 0.51 |
| Hex | 5D | C2 | 41 | 34 | 0 | 42 | 18 | 6B | 33 | 33 |
| Octal | 135 | 302 | 101 | 64 | 0 | 102 | 30 | 153 | 63 | 63 |
| Binary | 1011101 | 11000010 | 1000001 | 110100 | 0 | 1000010 | 11000 | 1101011 | 110011 | 110011 |
Color Harmonies of #5DC241
Complementary color
Monochromatic Colors of #5DC241
Black with #5DC241
Text Example
Text Example
White with #5DC241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC241; }
p { color: rgb(93,194,65); }
H1.HeaderClassName
{
color: #5DC241;
}
.AnyTagClassName
{
color: #5DC241;
}
</style>
background-color css
<style>
a { background-color: #5DC241; }
a { background-color: rgb(93,194,65); }
div.DivClassName
{
background-color: #5DC241;
}
.BgClassName
{
background-color: #5DC241;
}
</style>
border-color css
<style>
span { border-color: #5DC241; }
span { border-color: rgb(93,194,65); }
td.TdClassName
{
border-color: #5DC241;
}
.TagClassName
{
border-color: #5DC241;
}
</style>