Shades of Apple #5DC635
Tints of Apple #5DC635
RGB
CMYK
RGB Variations
Color information
#5DC635 (or 0x5DC635) is known color: Apple. HEX triplet: 5D, C6 and 35. RGB value is (93,198,53). Sum of RGB (Red+Green+Blue) = 93+198+53=344 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.03% from 344); Green value is 198 (77.73% from 255 or 57.56% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 198 - color contains mainly: green. Hex color #5DC635 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC635 is #A239CA. Grayscale: #969696. Windows color (decimal): -10631627 or 3524189. OLE color: 3524189.
HSL color Cylindrical-coordinate representation of color #5DC635: hue angle of 103.45º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5DC635 is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 198 | 53 | - |
| CMYK | 0.53 | 0 | 0.73 | 0.22 |
| HSL | 103.45º | 0.58% | 0.49% | - |
| HSV(B) | 103.45º | 0.73% | 0.78% | - |
| XYZ | 25.35 | 42.97 | 10.33 | - |
| YUV | 150.08 | 73.21 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 198 | 53 | 0.53 | 0 | 0.73 | 0.22 | 103.45 | 0.58 | 0.49 |
| Hex | 5D | C6 | 35 | 35 | 0 | 49 | 16 | 67 | 3A | 31 |
| Octal | 135 | 306 | 65 | 65 | 0 | 111 | 26 | 147 | 72 | 61 |
| Binary | 1011101 | 11000110 | 110101 | 110101 | 0 | 1001001 | 10110 | 1100111 | 111010 | 110001 |
Color Harmonies of #5DC635
Complementary color
Monochromatic Colors of #5DC635
Black with #5DC635
Text Example
Text Example
White with #5DC635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC635; }
p { color: rgb(93,198,53); }
H1.HeaderClassName
{
color: #5DC635;
}
.AnyTagClassName
{
color: #5DC635;
}
</style>
background-color css
<style>
a { background-color: #5DC635; }
a { background-color: rgb(93,198,53); }
div.DivClassName
{
background-color: #5DC635;
}
.BgClassName
{
background-color: #5DC635;
}
</style>
border-color css
<style>
span { border-color: #5DC635; }
span { border-color: rgb(93,198,53); }
td.TdClassName
{
border-color: #5DC635;
}
.TagClassName
{
border-color: #5DC635;
}
</style>