Shades of Apple #5DB64A
Tints of Apple #5DB64A
RGB
CMYK
RGB Variations
Color information
#5DB64A (or 0x5DB64A) is known color: Apple. HEX triplet: 5D, B6 and 4A. RGB value is (93,182,74). Sum of RGB (Red+Green+Blue) = 93+182+74=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 182 (71.48% from 255 or 52.15% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 182 - color contains mainly: green. Hex color #5DB64A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB64A is #A249B5. Grayscale: #8F8F8F. Windows color (decimal): -10635702 or 4896349. OLE color: 4896349.
HSL color Cylindrical-coordinate representation of color #5DB64A: hue angle of 109.44º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DB64A is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 182 | 74 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.29 |
| HSL | 109.44º | 0.43% | 0.5% | - |
| HSV(B) | 109.44º | 0.59% | 0.71% | - |
| XYZ | 22.48 | 36.28 | 12.3 | - |
| YUV | 143.08 | 89.01 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 182 | 74 | 0.49 | 0 | 0.59 | 0.29 | 109.44 | 0.43 | 0.5 |
| Hex | 5D | B6 | 4A | 31 | 0 | 3B | 1D | 6D | 2B | 32 |
| Octal | 135 | 266 | 112 | 61 | 0 | 73 | 35 | 155 | 53 | 62 |
| Binary | 1011101 | 10110110 | 1001010 | 110001 | 0 | 111011 | 11101 | 1101101 | 101011 | 110010 |
Color Harmonies of #5DB64A
Complementary color
Monochromatic Colors of #5DB64A
Black with #5DB64A
Text Example
Text Example
White with #5DB64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB64A; }
p { color: rgb(93,182,74); }
H1.HeaderClassName
{
color: #5DB64A;
}
.AnyTagClassName
{
color: #5DB64A;
}
</style>
background-color css
<style>
a { background-color: #5DB64A; }
a { background-color: rgb(93,182,74); }
div.DivClassName
{
background-color: #5DB64A;
}
.BgClassName
{
background-color: #5DB64A;
}
</style>
border-color css
<style>
span { border-color: #5DB64A; }
span { border-color: rgb(93,182,74); }
td.TdClassName
{
border-color: #5DB64A;
}
.TagClassName
{
border-color: #5DB64A;
}
</style>