Shades of Apple #5DB33D
Tints of Apple #5DB33D
RGB
CMYK
RGB Variations
Color information
#5DB33D (or 0x5DB33D) is known color: Apple. HEX triplet: 5D, B3 and 3D. RGB value is (93,179,61). Sum of RGB (Red+Green+Blue) = 93+179+61=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB33D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB33D is #A24CC2. Grayscale: #8C8C8C. Windows color (decimal): -10636483 or 4043613. OLE color: 4043613.
HSL color Cylindrical-coordinate representation of color #5DB33D: hue angle of 103.73º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5DB33D is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 179 | 61 | - |
| CMYK | 0.48 | 0 | 0.66 | 0.30 |
| HSL | 103.73º | 0.49% | 0.47% | - |
| HSV(B) | 103.73º | 0.66% | 0.7% | - |
| XYZ | 21.48 | 34.9 | 10.02 | - |
| YUV | 139.83 | 83.51 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 61 | 0.48 | 0 | 0.66 | 0.30 | 103.73 | 0.49 | 0.47 |
| Hex | 5D | B3 | 3D | 30 | 0 | 42 | 1E | 68 | 31 | 2F |
| Octal | 135 | 263 | 75 | 60 | 0 | 102 | 36 | 150 | 61 | 57 |
| Binary | 1011101 | 10110011 | 111101 | 110000 | 0 | 1000010 | 11110 | 1101000 | 110001 | 101111 |
Color Harmonies of #5DB33D
Complementary color
Monochromatic Colors of #5DB33D
Black with #5DB33D
Text Example
Text Example
White with #5DB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB33D; }
p { color: rgb(93,179,61); }
H1.HeaderClassName
{
color: #5DB33D;
}
.AnyTagClassName
{
color: #5DB33D;
}
</style>
background-color css
<style>
a { background-color: #5DB33D; }
a { background-color: rgb(93,179,61); }
div.DivClassName
{
background-color: #5DB33D;
}
.BgClassName
{
background-color: #5DB33D;
}
</style>
border-color css
<style>
span { border-color: #5DB33D; }
span { border-color: rgb(93,179,61); }
td.TdClassName
{
border-color: #5DB33D;
}
.TagClassName
{
border-color: #5DB33D;
}
</style>