Shades of Apple #5DC342
Tints of Apple #5DC342
RGB
CMYK
RGB Variations
Color information
#5DC342 (or 0x5DC342) is known color: Apple. HEX triplet: 5D, C3 and 42. RGB value is (93,195,66). Sum of RGB (Red+Green+Blue) = 93+195+66=354 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.27% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC342 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC342 is #A23CBD. Grayscale: #969696. Windows color (decimal): -10632382 or 4375389. OLE color: 4375389.
HSL color Cylindrical-coordinate representation of color #5DC342: hue angle of 107.44º degrees, saturation: 0.52, 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 #5DC342 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 195 | 66 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.24 |
| HSL | 107.44º | 0.52% | 0.51% | - |
| HSV(B) | 107.44º | 0.66% | 0.76% | - |
| XYZ | 25.01 | 41.75 | 11.89 | - |
| YUV | 149.8 | 80.71 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 195 | 66 | 0.52 | 0 | 0.66 | 0.24 | 107.44 | 0.52 | 0.51 |
| Hex | 5D | C3 | 42 | 34 | 0 | 42 | 18 | 6B | 34 | 33 |
| Octal | 135 | 303 | 102 | 64 | 0 | 102 | 30 | 153 | 64 | 63 |
| Binary | 1011101 | 11000011 | 1000010 | 110100 | 0 | 1000010 | 11000 | 1101011 | 110100 | 110011 |
Color Harmonies of #5DC342
Complementary color
Monochromatic Colors of #5DC342
Black with #5DC342
Text Example
Text Example
White with #5DC342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC342; }
p { color: rgb(93,195,66); }
H1.HeaderClassName
{
color: #5DC342;
}
.AnyTagClassName
{
color: #5DC342;
}
</style>
background-color css
<style>
a { background-color: #5DC342; }
a { background-color: rgb(93,195,66); }
div.DivClassName
{
background-color: #5DC342;
}
.BgClassName
{
background-color: #5DC342;
}
</style>
border-color css
<style>
span { border-color: #5DC342; }
span { border-color: rgb(93,195,66); }
td.TdClassName
{
border-color: #5DC342;
}
.TagClassName
{
border-color: #5DC342;
}
</style>