Shades of Apple #5DB73F
Tints of Apple #5DB73F
RGB
CMYK
RGB Variations
Color information
#5DB73F (or 0x5DB73F) is known color: Apple. HEX triplet: 5D, B7 and 3F. RGB value is (93,183,63). Sum of RGB (Red+Green+Blue) = 93+183+63=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 183 (71.88% from 255 or 53.98% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 183 - color contains mainly: green. Hex color #5DB73F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB73F is #A248C0. Grayscale: #8E8E8E. Windows color (decimal): -10635457 or 4175709. OLE color: 4175709.
HSL color Cylindrical-coordinate representation of color #5DB73F: hue angle of 105º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5DB73F is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 183 | 63 | - |
| CMYK | 0.49 | 0 | 0.66 | 0.28 |
| HSL | 105º | 0.49% | 0.48% | - |
| HSV(B) | 105º | 0.66% | 0.72% | - |
| XYZ | 22.34 | 36.55 | 10.58 | - |
| YUV | 142.41 | 83.18 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 183 | 63 | 0.49 | 0 | 0.66 | 0.28 | 105 | 0.49 | 0.48 |
| Hex | 5D | B7 | 3F | 31 | 0 | 42 | 1C | 69 | 31 | 30 |
| Octal | 135 | 267 | 77 | 61 | 0 | 102 | 34 | 151 | 61 | 60 |
| Binary | 1011101 | 10110111 | 111111 | 110001 | 0 | 1000010 | 11100 | 1101001 | 110001 | 110000 |
Color Harmonies of #5DB73F
Complementary color
Monochromatic Colors of #5DB73F
Black with #5DB73F
Text Example
Text Example
White with #5DB73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB73F; }
p { color: rgb(93,183,63); }
H1.HeaderClassName
{
color: #5DB73F;
}
.AnyTagClassName
{
color: #5DB73F;
}
</style>
background-color css
<style>
a { background-color: #5DB73F; }
a { background-color: rgb(93,183,63); }
div.DivClassName
{
background-color: #5DB73F;
}
.BgClassName
{
background-color: #5DB73F;
}
</style>
border-color css
<style>
span { border-color: #5DB73F; }
span { border-color: rgb(93,183,63); }
td.TdClassName
{
border-color: #5DB73F;
}
.TagClassName
{
border-color: #5DB73F;
}
</style>