Shades of Apple #5DBB53
Tints of Apple #5DBB53
RGB
CMYK
RGB Variations
Color information
#5DBB53 (or 0x5DBB53) is known color: Apple. HEX triplet: 5D, BB and 53. RGB value is (93,187,83). Sum of RGB (Red+Green+Blue) = 93+187+83=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 187 (73.44% from 255 or 51.52% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBB53 is #A244AC. Grayscale: #939393. Windows color (decimal): -10634413 or 5487453. OLE color: 5487453.
HSL color Cylindrical-coordinate representation of color #5DBB53: hue angle of 114.23º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DBB53 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 83 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.27 |
| HSL | 114.23º | 0.43% | 0.53% | - |
| HSV(B) | 114.23º | 0.56% | 0.73% | - |
| XYZ | 23.85 | 38.49 | 14.36 | - |
| YUV | 147.04 | 91.86 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 83 | 0.50 | 0 | 0.56 | 0.27 | 114.23 | 0.43 | 0.53 |
| Hex | 5D | BB | 53 | 32 | 0 | 38 | 1B | 72 | 2B | 35 |
| Octal | 135 | 273 | 123 | 62 | 0 | 70 | 33 | 162 | 53 | 65 |
| Binary | 1011101 | 10111011 | 1010011 | 110010 | 0 | 111000 | 11011 | 1110010 | 101011 | 110101 |
Color Harmonies of #5DBB53
Complementary color
Monochromatic Colors of #5DBB53
Black with #5DBB53
Text Example
Text Example
White with #5DBB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBB53; }
p { color: rgb(93,187,83); }
H1.HeaderClassName
{
color: #5DBB53;
}
.AnyTagClassName
{
color: #5DBB53;
}
</style>
background-color css
<style>
a { background-color: #5DBB53; }
a { background-color: rgb(93,187,83); }
div.DivClassName
{
background-color: #5DBB53;
}
.BgClassName
{
background-color: #5DBB53;
}
</style>
border-color css
<style>
span { border-color: #5DBB53; }
span { border-color: rgb(93,187,83); }
td.TdClassName
{
border-color: #5DBB53;
}
.TagClassName
{
border-color: #5DBB53;
}
</style>