Shades of Apple #5DBD31
Tints of Apple #5DBD31
RGB
CMYK
RGB Variations
Color information
#5DBD31 (or 0x5DBD31) is known color: Apple. HEX triplet: 5D, BD and 31. RGB value is (93,189,49). Sum of RGB (Red+Green+Blue) = 93+189+49=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBD31 is #A242CE. Grayscale: #909090. Windows color (decimal): -10633935 or 3259741. OLE color: 3259741.
HSL color Cylindrical-coordinate representation of color #5DBD31: hue angle of 101.14º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5DBD31 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 49 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.26 |
| HSL | 101.14º | 0.59% | 0.47% | - |
| HSV(B) | 101.14º | 0.74% | 0.74% | - |
| XYZ | 23.27 | 38.94 | 9.2 | - |
| YUV | 144.34 | 74.2 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 49 | 0.51 | 0 | 0.74 | 0.26 | 101.14 | 0.59 | 0.47 |
| Hex | 5D | BD | 31 | 33 | 0 | 4A | 1A | 65 | 3B | 2F |
| Octal | 135 | 275 | 61 | 63 | 0 | 112 | 32 | 145 | 73 | 57 |
| Binary | 1011101 | 10111101 | 110001 | 110011 | 0 | 1001010 | 11010 | 1100101 | 111011 | 101111 |
Color Harmonies of #5DBD31
Complementary color
Monochromatic Colors of #5DBD31
Black with #5DBD31
Text Example
Text Example
White with #5DBD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD31; }
p { color: rgb(93,189,49); }
H1.HeaderClassName
{
color: #5DBD31;
}
.AnyTagClassName
{
color: #5DBD31;
}
</style>
background-color css
<style>
a { background-color: #5DBD31; }
a { background-color: rgb(93,189,49); }
div.DivClassName
{
background-color: #5DBD31;
}
.BgClassName
{
background-color: #5DBD31;
}
</style>
border-color css
<style>
span { border-color: #5DBD31; }
span { border-color: rgb(93,189,49); }
td.TdClassName
{
border-color: #5DBD31;
}
.TagClassName
{
border-color: #5DBD31;
}
</style>