Shades of Apple #5DB13B
Tints of Apple #5DB13B
RGB
CMYK
RGB Variations
Color information
#5DB13B (or 0x5DB13B) is known color: Apple. HEX triplet: 5D, B1 and 3B. RGB value is (93,177,59). Sum of RGB (Red+Green+Blue) = 93+177+59=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 177 (69.53% from 255 or 53.80% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB13B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DB13B is #A24EC4. Grayscale: #8A8A8A. Windows color (decimal): -10636997 or 3912029. OLE color: 3912029.
HSL color Cylindrical-coordinate representation of color #5DB13B: hue angle of 102.71º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5DB13B is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 177 | 59 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.31 |
| HSL | 102.71º | 0.5% | 0.46% | - |
| HSV(B) | 102.71º | 0.67% | 0.69% | - |
| XYZ | 21.03 | 34.09 | 9.61 | - |
| YUV | 138.43 | 83.17 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 177 | 59 | 0.47 | 0 | 0.67 | 0.31 | 102.71 | 0.5 | 0.46 |
| Hex | 5D | B1 | 3B | 2F | 0 | 43 | 1F | 67 | 32 | 2E |
| Octal | 135 | 261 | 73 | 57 | 0 | 103 | 37 | 147 | 62 | 56 |
| Binary | 1011101 | 10110001 | 111011 | 101111 | 0 | 1000011 | 11111 | 1100111 | 110010 | 101110 |
Color Harmonies of #5DB13B
Complementary color
Monochromatic Colors of #5DB13B
Black with #5DB13B
Text Example
Text Example
White with #5DB13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB13B; }
p { color: rgb(93,177,59); }
H1.HeaderClassName
{
color: #5DB13B;
}
.AnyTagClassName
{
color: #5DB13B;
}
</style>
background-color css
<style>
a { background-color: #5DB13B; }
a { background-color: rgb(93,177,59); }
div.DivClassName
{
background-color: #5DB13B;
}
.BgClassName
{
background-color: #5DB13B;
}
</style>
border-color css
<style>
span { border-color: #5DB13B; }
span { border-color: rgb(93,177,59); }
td.TdClassName
{
border-color: #5DB13B;
}
.TagClassName
{
border-color: #5DB13B;
}
</style>