Shades of Apple #5DD03B
Tints of Apple #5DD03B
RGB
CMYK
RGB Variations
Color information
#5DD03B (or 0x5DD03B) is known color: Apple. HEX triplet: 5D, D0 and 3B. RGB value is (93,208,59). Sum of RGB (Red+Green+Blue) = 93+208+59=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 208 (81.64% from 255 or 57.78% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD03B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD03B is #A22FC4. Grayscale: #9D9D9D. Windows color (decimal): -10629061 or 3919965. OLE color: 3919965.
HSL color Cylindrical-coordinate representation of color #5DD03B: hue angle of 106.31º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5DD03B is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 208 | 59 | - |
| CMYK | 0.55 | 0 | 0.72 | 0.18 |
| HSL | 106.31º | 0.61% | 0.52% | - |
| HSV(B) | 106.31º | 0.72% | 0.82% | - |
| XYZ | 27.86 | 47.75 | 11.89 | - |
| YUV | 156.63 | 72.9 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 208 | 59 | 0.55 | 0 | 0.72 | 0.18 | 106.31 | 0.61 | 0.52 |
| Hex | 5D | D0 | 3B | 37 | 0 | 48 | 12 | 6A | 3D | 34 |
| Octal | 135 | 320 | 73 | 67 | 0 | 110 | 22 | 152 | 75 | 64 |
| Binary | 1011101 | 11010000 | 111011 | 110111 | 0 | 1001000 | 10010 | 1101010 | 111101 | 110100 |
Color Harmonies of #5DD03B
Complementary color
Monochromatic Colors of #5DD03B
Black with #5DD03B
Text Example
Text Example
White with #5DD03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD03B; }
p { color: rgb(93,208,59); }
H1.HeaderClassName
{
color: #5DD03B;
}
.AnyTagClassName
{
color: #5DD03B;
}
</style>
background-color css
<style>
a { background-color: #5DD03B; }
a { background-color: rgb(93,208,59); }
div.DivClassName
{
background-color: #5DD03B;
}
.BgClassName
{
background-color: #5DD03B;
}
</style>
border-color css
<style>
span { border-color: #5DD03B; }
span { border-color: rgb(93,208,59); }
td.TdClassName
{
border-color: #5DD03B;
}
.TagClassName
{
border-color: #5DD03B;
}
</style>