Shades of Apple #5DDB34
Tints of Apple #5DDB34
RGB
CMYK
RGB Variations
Color information
#5DDB34 (or 0x5DDB34) is known color: Apple. HEX triplet: 5D, DB and 34. RGB value is (93,219,52). Sum of RGB (Red+Green+Blue) = 93+219+52=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 219 (85.94% from 255 or 60.16% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDB34 is #A224CB. Grayscale: #A2A2A2. Windows color (decimal): -10626252 or 3464029. OLE color: 3464029.
HSL color Cylindrical-coordinate representation of color #5DDB34: hue angle of 105.27º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5DDB34 is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 219 | 52 | - |
| CMYK | 0.58 | 0 | 0.76 | 0.14 |
| HSL | 105.27º | 0.7% | 0.53% | - |
| HSV(B) | 105.27º | 0.76% | 0.86% | - |
| XYZ | 30.47 | 53.24 | 11.92 | - |
| YUV | 162.29 | 65.76 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 219 | 52 | 0.58 | 0 | 0.76 | 0.14 | 105.27 | 0.7 | 0.53 |
| Hex | 5D | DB | 34 | 3A | 0 | 4C | E | 69 | 46 | 35 |
| Octal | 135 | 333 | 64 | 72 | 0 | 114 | 16 | 151 | 106 | 65 |
| Binary | 1011101 | 11011011 | 110100 | 111010 | 0 | 1001100 | 1110 | 1101001 | 1000110 | 110101 |
Color Harmonies of #5DDB34
Complementary color
Monochromatic Colors of #5DDB34
Black with #5DDB34
Text Example
Text Example
White with #5DDB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDB34; }
p { color: rgb(93,219,52); }
H1.HeaderClassName
{
color: #5DDB34;
}
.AnyTagClassName
{
color: #5DDB34;
}
</style>
background-color css
<style>
a { background-color: #5DDB34; }
a { background-color: rgb(93,219,52); }
div.DivClassName
{
background-color: #5DDB34;
}
.BgClassName
{
background-color: #5DDB34;
}
</style>
border-color css
<style>
span { border-color: #5DDB34; }
span { border-color: rgb(93,219,52); }
td.TdClassName
{
border-color: #5DDB34;
}
.TagClassName
{
border-color: #5DDB34;
}
</style>