Shades of Apple #5DDE34
Tints of Apple #5DDE34
RGB
CMYK
RGB Variations
Color information
#5DDE34 (or 0x5DDE34) is known color: Apple. HEX triplet: 5D, DE and 34. RGB value is (93,222,52). Sum of RGB (Red+Green+Blue) = 93+222+52=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 222 (87.11% from 255 or 60.49% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 222 - color contains mainly: green. Hex color #5DDE34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDE34 is #A221CB. Grayscale: #A4A4A4. Windows color (decimal): -10625484 or 3464797. OLE color: 3464797.
HSL color Cylindrical-coordinate representation of color #5DDE34: hue angle of 105.53º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5DDE34 is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 222 | 52 | - |
| CMYK | 0.58 | 0 | 0.77 | 0.13 |
| HSL | 105.53º | 0.72% | 0.54% | - |
| HSV(B) | 105.53º | 0.77% | 0.87% | - |
| XYZ | 31.26 | 54.82 | 12.18 | - |
| YUV | 164.05 | 64.76 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 222 | 52 | 0.58 | 0 | 0.77 | 0.13 | 105.53 | 0.72 | 0.54 |
| Hex | 5D | DE | 34 | 3A | 0 | 4D | D | 6A | 48 | 36 |
| Octal | 135 | 336 | 64 | 72 | 0 | 115 | 15 | 152 | 110 | 66 |
| Binary | 1011101 | 11011110 | 110100 | 111010 | 0 | 1001101 | 1101 | 1101010 | 1001000 | 110110 |
Color Harmonies of #5DDE34
Complementary color
Monochromatic Colors of #5DDE34
Black with #5DDE34
Text Example
Text Example
White with #5DDE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDE34; }
p { color: rgb(93,222,52); }
H1.HeaderClassName
{
color: #5DDE34;
}
.AnyTagClassName
{
color: #5DDE34;
}
</style>
background-color css
<style>
a { background-color: #5DDE34; }
a { background-color: rgb(93,222,52); }
div.DivClassName
{
background-color: #5DDE34;
}
.BgClassName
{
background-color: #5DDE34;
}
</style>
border-color css
<style>
span { border-color: #5DDE34; }
span { border-color: rgb(93,222,52); }
td.TdClassName
{
border-color: #5DDE34;
}
.TagClassName
{
border-color: #5DDE34;
}
</style>