Shades of Apple #5DB93C
Tints of Apple #5DB93C
RGB
CMYK
RGB Variations
Color information
#5DB93C (or 0x5DB93C) is known color: Apple. HEX triplet: 5D, B9 and 3C. RGB value is (93,185,60). Sum of RGB (Red+Green+Blue) = 93+185+60=338 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.51% from 338); Green value is 185 (72.66% from 255 or 54.73% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB93C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB93C is #A246C3. Grayscale: #8F8F8F. Windows color (decimal): -10634948 or 3979613. OLE color: 3979613.
HSL color Cylindrical-coordinate representation of color #5DB93C: hue angle of 104.16º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5DB93C is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 185 | 60 | - |
| CMYK | 0.50 | 0 | 0.68 | 0.27 |
| HSL | 104.16º | 0.51% | 0.48% | - |
| HSV(B) | 104.16º | 0.68% | 0.73% | - |
| XYZ | 22.68 | 37.35 | 10.29 | - |
| YUV | 143.24 | 81.02 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 185 | 60 | 0.50 | 0 | 0.68 | 0.27 | 104.16 | 0.51 | 0.48 |
| Hex | 5D | B9 | 3C | 32 | 0 | 44 | 1B | 68 | 33 | 30 |
| Octal | 135 | 271 | 74 | 62 | 0 | 104 | 33 | 150 | 63 | 60 |
| Binary | 1011101 | 10111001 | 111100 | 110010 | 0 | 1000100 | 11011 | 1101000 | 110011 | 110000 |
Color Harmonies of #5DB93C
Complementary color
Monochromatic Colors of #5DB93C
Black with #5DB93C
Text Example
Text Example
White with #5DB93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB93C; }
p { color: rgb(93,185,60); }
H1.HeaderClassName
{
color: #5DB93C;
}
.AnyTagClassName
{
color: #5DB93C;
}
</style>
background-color css
<style>
a { background-color: #5DB93C; }
a { background-color: rgb(93,185,60); }
div.DivClassName
{
background-color: #5DB93C;
}
.BgClassName
{
background-color: #5DB93C;
}
</style>
border-color css
<style>
span { border-color: #5DB93C; }
span { border-color: rgb(93,185,60); }
td.TdClassName
{
border-color: #5DB93C;
}
.TagClassName
{
border-color: #5DB93C;
}
</style>