Shades of Apple #5DDC3D
Tints of Apple #5DDC3D
RGB
CMYK
RGB Variations
Color information
#5DDC3D (or 0x5DDC3D) is known color: Apple. HEX triplet: 5D, DC and 3D. RGB value is (93,220,61). Sum of RGB (Red+Green+Blue) = 93+220+61=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 220 (86.33% from 255 or 58.82% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDC3D is #A223C2. Grayscale: #A4A4A4. Windows color (decimal): -10625987 or 4054109. OLE color: 4054109.
HSL color Cylindrical-coordinate representation of color #5DDC3D: hue angle of 107.92º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5DDC3D is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 220 | 61 | - |
| CMYK | 0.58 | 0 | 0.72 | 0.14 |
| HSL | 107.92º | 0.69% | 0.55% | - |
| HSV(B) | 107.92º | 0.72% | 0.86% | - |
| XYZ | 30.95 | 53.85 | 13.18 | - |
| YUV | 163.9 | 69.92 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 220 | 61 | 0.58 | 0 | 0.72 | 0.14 | 107.92 | 0.69 | 0.55 |
| Hex | 5D | DC | 3D | 3A | 0 | 48 | E | 6C | 45 | 37 |
| Octal | 135 | 334 | 75 | 72 | 0 | 110 | 16 | 154 | 105 | 67 |
| Binary | 1011101 | 11011100 | 111101 | 111010 | 0 | 1001000 | 1110 | 1101100 | 1000101 | 110111 |
Color Harmonies of #5DDC3D
Complementary color
Monochromatic Colors of #5DDC3D
Black with #5DDC3D
Text Example
Text Example
White with #5DDC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDC3D; }
p { color: rgb(93,220,61); }
H1.HeaderClassName
{
color: #5DDC3D;
}
.AnyTagClassName
{
color: #5DDC3D;
}
</style>
background-color css
<style>
a { background-color: #5DDC3D; }
a { background-color: rgb(93,220,61); }
div.DivClassName
{
background-color: #5DDC3D;
}
.BgClassName
{
background-color: #5DDC3D;
}
</style>
border-color css
<style>
span { border-color: #5DDC3D; }
span { border-color: rgb(93,220,61); }
td.TdClassName
{
border-color: #5DDC3D;
}
.TagClassName
{
border-color: #5DDC3D;
}
</style>