Shades of Apple #5DD04C
Tints of Apple #5DD04C
RGB
CMYK
RGB Variations
Color information
#5DD04C (or 0x5DD04C) is known color: Apple. HEX triplet: 5D, D0 and 4C. RGB value is (93,208,76). Sum of RGB (Red+Green+Blue) = 93+208+76=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 208 (81.64% from 255 or 55.17% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD04C is #A22FB3. Grayscale: #9E9E9E. Windows color (decimal): -10629044 or 5034077. OLE color: 5034077.
HSL color Cylindrical-coordinate representation of color #5DD04C: hue angle of 112.27º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DD04C is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 208 | 76 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.18 |
| HSL | 112.27º | 0.58% | 0.56% | - |
| HSV(B) | 112.27º | 0.63% | 0.82% | - |
| XYZ | 28.37 | 47.96 | 14.6 | - |
| YUV | 158.57 | 81.4 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 208 | 76 | 0.55 | 0 | 0.63 | 0.18 | 112.27 | 0.58 | 0.56 |
| Hex | 5D | D0 | 4C | 37 | 0 | 3F | 12 | 70 | 3A | 38 |
| Octal | 135 | 320 | 114 | 67 | 0 | 77 | 22 | 160 | 72 | 70 |
| Binary | 1011101 | 11010000 | 1001100 | 110111 | 0 | 111111 | 10010 | 1110000 | 111010 | 111000 |
Color Harmonies of #5DD04C
Complementary color
Monochromatic Colors of #5DD04C
Black with #5DD04C
Text Example
Text Example
White with #5DD04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD04C; }
p { color: rgb(93,208,76); }
H1.HeaderClassName
{
color: #5DD04C;
}
.AnyTagClassName
{
color: #5DD04C;
}
</style>
background-color css
<style>
a { background-color: #5DD04C; }
a { background-color: rgb(93,208,76); }
div.DivClassName
{
background-color: #5DD04C;
}
.BgClassName
{
background-color: #5DD04C;
}
</style>
border-color css
<style>
span { border-color: #5DD04C; }
span { border-color: rgb(93,208,76); }
td.TdClassName
{
border-color: #5DD04C;
}
.TagClassName
{
border-color: #5DD04C;
}
</style>