Shades of Apple #5DB143
Tints of Apple #5DB143
RGB
CMYK
RGB Variations
Color information
#5DB143 (or 0x5DB143) is known color: Apple. HEX triplet: 5D, B1 and 43. RGB value is (93,177,67). Sum of RGB (Red+Green+Blue) = 93+177+67=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 177 (69.53% from 255 or 52.52% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DB143 is #A24EBC. Grayscale: #8B8B8B. Windows color (decimal): -10636989 or 4436317. OLE color: 4436317.
HSL color Cylindrical-coordinate representation of color #5DB143: hue angle of 105.82º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DB143 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 177 | 67 | - |
| CMYK | 0.47 | 0 | 0.62 | 0.31 |
| HSL | 105.82º | 0.45% | 0.48% | - |
| HSV(B) | 105.82º | 0.62% | 0.69% | - |
| XYZ | 21.25 | 34.18 | 10.79 | - |
| YUV | 139.34 | 87.17 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 177 | 67 | 0.47 | 0 | 0.62 | 0.31 | 105.82 | 0.45 | 0.48 |
| Hex | 5D | B1 | 43 | 2F | 0 | 3E | 1F | 6A | 2D | 30 |
| Octal | 135 | 261 | 103 | 57 | 0 | 76 | 37 | 152 | 55 | 60 |
| Binary | 1011101 | 10110001 | 1000011 | 101111 | 0 | 111110 | 11111 | 1101010 | 101101 | 110000 |
Color Harmonies of #5DB143
Complementary color
Monochromatic Colors of #5DB143
Black with #5DB143
Text Example
Text Example
White with #5DB143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB143; }
p { color: rgb(93,177,67); }
H1.HeaderClassName
{
color: #5DB143;
}
.AnyTagClassName
{
color: #5DB143;
}
</style>
background-color css
<style>
a { background-color: #5DB143; }
a { background-color: rgb(93,177,67); }
div.DivClassName
{
background-color: #5DB143;
}
.BgClassName
{
background-color: #5DB143;
}
</style>
border-color css
<style>
span { border-color: #5DB143; }
span { border-color: rgb(93,177,67); }
td.TdClassName
{
border-color: #5DB143;
}
.TagClassName
{
border-color: #5DB143;
}
</style>