Shades of Apple #5DD03C
Tints of Apple #5DD03C
RGB
CMYK
RGB Variations
Color information
#5DD03C (or 0x5DD03C) is known color: Apple. HEX triplet: 5D, D0 and 3C. RGB value is (93,208,60). Sum of RGB (Red+Green+Blue) = 93+208+60=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD03C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD03C is #A22FC3. Grayscale: #9D9D9D. Windows color (decimal): -10629060 or 3985501. OLE color: 3985501.
HSL color Cylindrical-coordinate representation of color #5DD03C: hue angle of 106.62º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5DD03C is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 208 | 60 | - |
| CMYK | 0.55 | 0 | 0.71 | 0.18 |
| HSL | 106.62º | 0.61% | 0.53% | - |
| HSV(B) | 106.62º | 0.71% | 0.82% | - |
| XYZ | 27.89 | 47.77 | 12.02 | - |
| YUV | 156.74 | 73.4 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 208 | 60 | 0.55 | 0 | 0.71 | 0.18 | 106.62 | 0.61 | 0.53 |
| Hex | 5D | D0 | 3C | 37 | 0 | 47 | 12 | 6B | 3D | 35 |
| Octal | 135 | 320 | 74 | 67 | 0 | 107 | 22 | 153 | 75 | 65 |
| Binary | 1011101 | 11010000 | 111100 | 110111 | 0 | 1000111 | 10010 | 1101011 | 111101 | 110101 |
Color Harmonies of #5DD03C
Complementary color
Monochromatic Colors of #5DD03C
Black with #5DD03C
Text Example
Text Example
White with #5DD03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD03C; }
p { color: rgb(93,208,60); }
H1.HeaderClassName
{
color: #5DD03C;
}
.AnyTagClassName
{
color: #5DD03C;
}
</style>
background-color css
<style>
a { background-color: #5DD03C; }
a { background-color: rgb(93,208,60); }
div.DivClassName
{
background-color: #5DD03C;
}
.BgClassName
{
background-color: #5DD03C;
}
</style>
border-color css
<style>
span { border-color: #5DD03C; }
span { border-color: rgb(93,208,60); }
td.TdClassName
{
border-color: #5DD03C;
}
.TagClassName
{
border-color: #5DD03C;
}
</style>