Shades of Apple #5DB145
Tints of Apple #5DB145
RGB
CMYK
RGB Variations
Color information
#5DB145 (or 0x5DB145) is known color: Apple. HEX triplet: 5D, B1 and 45. RGB value is (93,177,69). Sum of RGB (Red+Green+Blue) = 93+177+69=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 177 (69.53% from 255 or 52.21% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DB145 is #A24EBA. Grayscale: #8B8B8B. Windows color (decimal): -10636987 or 4567389. OLE color: 4567389.
HSL color Cylindrical-coordinate representation of color #5DB145: hue angle of 106.67º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DB145 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 177 | 69 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.31 |
| HSL | 106.67º | 0.44% | 0.48% | - |
| HSV(B) | 106.67º | 0.61% | 0.69% | - |
| XYZ | 21.31 | 34.2 | 11.11 | - |
| YUV | 139.57 | 88.17 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 177 | 69 | 0.47 | 0 | 0.61 | 0.31 | 106.67 | 0.44 | 0.48 |
| Hex | 5D | B1 | 45 | 2F | 0 | 3D | 1F | 6B | 2C | 30 |
| Octal | 135 | 261 | 105 | 57 | 0 | 75 | 37 | 153 | 54 | 60 |
| Binary | 1011101 | 10110001 | 1000101 | 101111 | 0 | 111101 | 11111 | 1101011 | 101100 | 110000 |
Color Harmonies of #5DB145
Complementary color
Monochromatic Colors of #5DB145
Black with #5DB145
Text Example
Text Example
White with #5DB145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB145; }
p { color: rgb(93,177,69); }
H1.HeaderClassName
{
color: #5DB145;
}
.AnyTagClassName
{
color: #5DB145;
}
</style>
background-color css
<style>
a { background-color: #5DB145; }
a { background-color: rgb(93,177,69); }
div.DivClassName
{
background-color: #5DB145;
}
.BgClassName
{
background-color: #5DB145;
}
</style>
border-color css
<style>
span { border-color: #5DB145; }
span { border-color: rgb(93,177,69); }
td.TdClassName
{
border-color: #5DB145;
}
.TagClassName
{
border-color: #5DB145;
}
</style>