Shades of Apple #5DB254
Tints of Apple #5DB254
RGB
CMYK
RGB Variations
Color information
#5DB254 (or 0x5DB254) is known color: Apple. HEX triplet: 5D, B2 and 54. RGB value is (93,178,84). Sum of RGB (Red+Green+Blue) = 93+178+84=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #5DB254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB254 is #A24DAB. Grayscale: #8E8E8E. Windows color (decimal): -10636716 or 5550685. OLE color: 5550685.
HSL color Cylindrical-coordinate representation of color #5DB254: hue angle of 114.26º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DB254 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 178 | 84 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.30 |
| HSL | 114.26º | 0.38% | 0.51% | - |
| HSV(B) | 114.26º | 0.53% | 0.7% | - |
| XYZ | 22.03 | 34.81 | 13.94 | - |
| YUV | 141.87 | 95.34 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 178 | 84 | 0.48 | 0 | 0.53 | 0.30 | 114.26 | 0.38 | 0.51 |
| Hex | 5D | B2 | 54 | 30 | 0 | 35 | 1E | 72 | 26 | 33 |
| Octal | 135 | 262 | 124 | 60 | 0 | 65 | 36 | 162 | 46 | 63 |
| Binary | 1011101 | 10110010 | 1010100 | 110000 | 0 | 110101 | 11110 | 1110010 | 100110 | 110011 |
Color Harmonies of #5DB254
Complementary color
Monochromatic Colors of #5DB254
Black with #5DB254
Text Example
Text Example
White with #5DB254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB254; }
p { color: rgb(93,178,84); }
H1.HeaderClassName
{
color: #5DB254;
}
.AnyTagClassName
{
color: #5DB254;
}
</style>
background-color css
<style>
a { background-color: #5DB254; }
a { background-color: rgb(93,178,84); }
div.DivClassName
{
background-color: #5DB254;
}
.BgClassName
{
background-color: #5DB254;
}
</style>
border-color css
<style>
span { border-color: #5DB254; }
span { border-color: rgb(93,178,84); }
td.TdClassName
{
border-color: #5DB254;
}
.TagClassName
{
border-color: #5DB254;
}
</style>