Shades of Apple #5DDF35
Tints of Apple #5DDF35
RGB
CMYK
RGB Variations
Color information
#5DDF35 (or 0x5DDF35) is known color: Apple. HEX triplet: 5D, DF and 35. RGB value is (93,223,53). Sum of RGB (Red+Green+Blue) = 93+223+53=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 223 (87.5% from 255 or 60.43% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 223 - color contains mainly: green. Hex color #5DDF35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDF35 is #A220CA. Grayscale: #A5A5A5. Windows color (decimal): -10625227 or 3530589. OLE color: 3530589.
HSL color Cylindrical-coordinate representation of color #5DDF35: hue angle of 105.88º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5DDF35 is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 223 | 53 | - |
| CMYK | 0.58 | 0 | 0.76 | 0.13 |
| HSL | 105.88º | 0.73% | 0.54% | - |
| HSV(B) | 105.88º | 0.76% | 0.87% | - |
| XYZ | 31.54 | 55.36 | 12.39 | - |
| YUV | 164.75 | 64.93 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 223 | 53 | 0.58 | 0 | 0.76 | 0.13 | 105.88 | 0.73 | 0.54 |
| Hex | 5D | DF | 35 | 3A | 0 | 4C | D | 6A | 49 | 36 |
| Octal | 135 | 337 | 65 | 72 | 0 | 114 | 15 | 152 | 111 | 66 |
| Binary | 1011101 | 11011111 | 110101 | 111010 | 0 | 1001100 | 1101 | 1101010 | 1001001 | 110110 |
Color Harmonies of #5DDF35
Complementary color
Monochromatic Colors of #5DDF35
Black with #5DDF35
Text Example
Text Example
White with #5DDF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDF35; }
p { color: rgb(93,223,53); }
H1.HeaderClassName
{
color: #5DDF35;
}
.AnyTagClassName
{
color: #5DDF35;
}
</style>
background-color css
<style>
a { background-color: #5DDF35; }
a { background-color: rgb(93,223,53); }
div.DivClassName
{
background-color: #5DDF35;
}
.BgClassName
{
background-color: #5DDF35;
}
</style>
border-color css
<style>
span { border-color: #5DDF35; }
span { border-color: rgb(93,223,53); }
td.TdClassName
{
border-color: #5DDF35;
}
.TagClassName
{
border-color: #5DDF35;
}
</style>