Shades of Apple #5DB43D
Tints of Apple #5DB43D
RGB
CMYK
RGB Variations
Color information
#5DB43D (or 0x5DB43D) is known color: Apple. HEX triplet: 5D, B4 and 3D. RGB value is (93,180,61). Sum of RGB (Red+Green+Blue) = 93+180+61=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB43D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB43D is #A24BC2. Grayscale: #8C8C8C. Windows color (decimal): -10636227 or 4043869. OLE color: 4043869.
HSL color Cylindrical-coordinate representation of color #5DB43D: hue angle of 103.87º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5DB43D is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 61 | - |
| CMYK | 0.48 | 0 | 0.66 | 0.29 |
| HSL | 103.87º | 0.49% | 0.47% | - |
| HSV(B) | 103.87º | 0.66% | 0.71% | - |
| XYZ | 21.68 | 35.31 | 10.09 | - |
| YUV | 140.42 | 83.18 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 61 | 0.48 | 0 | 0.66 | 0.29 | 103.87 | 0.49 | 0.47 |
| Hex | 5D | B4 | 3D | 30 | 0 | 42 | 1D | 68 | 31 | 2F |
| Octal | 135 | 264 | 75 | 60 | 0 | 102 | 35 | 150 | 61 | 57 |
| Binary | 1011101 | 10110100 | 111101 | 110000 | 0 | 1000010 | 11101 | 1101000 | 110001 | 101111 |
Color Harmonies of #5DB43D
Complementary color
Monochromatic Colors of #5DB43D
Black with #5DB43D
Text Example
Text Example
White with #5DB43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB43D; }
p { color: rgb(93,180,61); }
H1.HeaderClassName
{
color: #5DB43D;
}
.AnyTagClassName
{
color: #5DB43D;
}
</style>
background-color css
<style>
a { background-color: #5DB43D; }
a { background-color: rgb(93,180,61); }
div.DivClassName
{
background-color: #5DB43D;
}
.BgClassName
{
background-color: #5DB43D;
}
</style>
border-color css
<style>
span { border-color: #5DB43D; }
span { border-color: rgb(93,180,61); }
td.TdClassName
{
border-color: #5DB43D;
}
.TagClassName
{
border-color: #5DB43D;
}
</style>