Shades of Apple #5DDF34
Tints of Apple #5DDF34
RGB
CMYK
RGB Variations
Color information
#5DDF34 (or 0x5DDF34) is known color: Apple. HEX triplet: 5D, DF and 34. RGB value is (93,223,52). Sum of RGB (Red+Green+Blue) = 93+223+52=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 223 (87.5% from 255 or 60.60% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 223 - color contains mainly: green. Hex color #5DDF34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDF34 is #A220CB. Grayscale: #A5A5A5. Windows color (decimal): -10625228 or 3465053. OLE color: 3465053.
HSL color Cylindrical-coordinate representation of color #5DDF34: hue angle of 105.61º degrees, saturation: 0.73, 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 #5DDF34 is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 223 | 52 | - |
| CMYK | 0.58 | 0 | 0.77 | 0.13 |
| HSL | 105.61º | 0.73% | 0.54% | - |
| HSV(B) | 105.61º | 0.77% | 0.87% | - |
| XYZ | 31.52 | 55.35 | 12.27 | - |
| YUV | 164.64 | 64.43 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 223 | 52 | 0.58 | 0 | 0.77 | 0.13 | 105.61 | 0.73 | 0.54 |
| Hex | 5D | DF | 34 | 3A | 0 | 4D | D | 6A | 49 | 36 |
| Octal | 135 | 337 | 64 | 72 | 0 | 115 | 15 | 152 | 111 | 66 |
| Binary | 1011101 | 11011111 | 110100 | 111010 | 0 | 1001101 | 1101 | 1101010 | 1001001 | 110110 |
Color Harmonies of #5DDF34
Complementary color
Monochromatic Colors of #5DDF34
Black with #5DDF34
Text Example
Text Example
White with #5DDF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDF34; }
p { color: rgb(93,223,52); }
H1.HeaderClassName
{
color: #5DDF34;
}
.AnyTagClassName
{
color: #5DDF34;
}
</style>
background-color css
<style>
a { background-color: #5DDF34; }
a { background-color: rgb(93,223,52); }
div.DivClassName
{
background-color: #5DDF34;
}
.BgClassName
{
background-color: #5DDF34;
}
</style>
border-color css
<style>
span { border-color: #5DDF34; }
span { border-color: rgb(93,223,52); }
td.TdClassName
{
border-color: #5DDF34;
}
.TagClassName
{
border-color: #5DDF34;
}
</style>