Shades of Apple #5DC436
Tints of Apple #5DC436
RGB
CMYK
RGB Variations
Color information
#5DC436 (or 0x5DC436) is known color: Apple. HEX triplet: 5D, C4 and 36. RGB value is (93,196,54). Sum of RGB (Red+Green+Blue) = 93+196+54=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 196 (76.95% from 255 or 57.14% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 196 - color contains mainly: green. Hex color #5DC436 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC436 is #A23BC9. Grayscale: #959595. Windows color (decimal): -10632138 or 3589213. OLE color: 3589213.
HSL color Cylindrical-coordinate representation of color #5DC436: hue angle of 103.52º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5DC436 is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 93 | 196 | 54 | - |
| CMYK | 0.53 | 0 | 0.72 | 0.23 |
| HSL | 103.52º | 0.57% | 0.49% | - |
| HSV(B) | 103.52º | 0.72% | 0.77% | - |
| XYZ | 24.92 | 42.07 | 10.3 | - |
| YUV | 149.02 | 74.38 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 196 | 54 | 0.53 | 0 | 0.72 | 0.23 | 103.52 | 0.57 | 0.49 |
| Hex | 5D | C4 | 36 | 35 | 0 | 48 | 17 | 68 | 39 | 31 |
| Octal | 135 | 304 | 66 | 65 | 0 | 110 | 27 | 150 | 71 | 61 |
| Binary | 1011101 | 11000100 | 110110 | 110101 | 0 | 1001000 | 10111 | 1101000 | 111001 | 110001 |
Color Harmonies of #5DC436
Complementary color
Monochromatic Colors of #5DC436
Black with #5DC436
Text Example
Text Example
White with #5DC436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC436; }
p { color: rgb(93,196,54); }
H1.HeaderClassName
{
color: #5DC436;
}
.AnyTagClassName
{
color: #5DC436;
}
</style>
background-color css
<style>
a { background-color: #5DC436; }
a { background-color: rgb(93,196,54); }
div.DivClassName
{
background-color: #5DC436;
}
.BgClassName
{
background-color: #5DC436;
}
</style>
border-color css
<style>
span { border-color: #5DC436; }
span { border-color: rgb(93,196,54); }
td.TdClassName
{
border-color: #5DC436;
}
.TagClassName
{
border-color: #5DC436;
}
</style>