Shades of Apple #5DC240
Tints of Apple #5DC240
RGB
CMYK
RGB Variations
Color information
#5DC240 (or 0x5DC240) is known color: Apple. HEX triplet: 5D, C2 and 40. RGB value is (93,194,64). Sum of RGB (Red+Green+Blue) = 93+194+64=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 194 (76.17% from 255 or 55.27% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 194 - color contains mainly: green. Hex color #5DC240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC240 is #A23DBF. Grayscale: #959595. Windows color (decimal): -10632640 or 4244061. OLE color: 4244061.
HSL color Cylindrical-coordinate representation of color #5DC240: hue angle of 106.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5DC240 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 194 | 64 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.24 |
| HSL | 106.62º | 0.52% | 0.51% | - |
| HSV(B) | 106.62º | 0.67% | 0.76% | - |
| XYZ | 24.73 | 41.28 | 11.52 | - |
| YUV | 148.98 | 80.04 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 194 | 64 | 0.52 | 0 | 0.67 | 0.24 | 106.62 | 0.52 | 0.51 |
| Hex | 5D | C2 | 40 | 34 | 0 | 43 | 18 | 6B | 34 | 33 |
| Octal | 135 | 302 | 100 | 64 | 0 | 103 | 30 | 153 | 64 | 63 |
| Binary | 1011101 | 11000010 | 1000000 | 110100 | 0 | 1000011 | 11000 | 1101011 | 110100 | 110011 |
Color Harmonies of #5DC240
Complementary color
Monochromatic Colors of #5DC240
Black with #5DC240
Text Example
Text Example
White with #5DC240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC240; }
p { color: rgb(93,194,64); }
H1.HeaderClassName
{
color: #5DC240;
}
.AnyTagClassName
{
color: #5DC240;
}
</style>
background-color css
<style>
a { background-color: #5DC240; }
a { background-color: rgb(93,194,64); }
div.DivClassName
{
background-color: #5DC240;
}
.BgClassName
{
background-color: #5DC240;
}
</style>
border-color css
<style>
span { border-color: #5DC240; }
span { border-color: rgb(93,194,64); }
td.TdClassName
{
border-color: #5DC240;
}
.TagClassName
{
border-color: #5DC240;
}
</style>