Shades of Apple #5DB038
Tints of Apple #5DB038
RGB
CMYK
RGB Variations
Color information
#5DB038 (or 0x5DB038) is known color: Apple. HEX triplet: 5D, B0 and 38. RGB value is (93,176,56). Sum of RGB (Red+Green+Blue) = 93+176+56=325 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.62% from 325); Green value is 176 (69.14% from 255 or 54.15% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB038 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DB038 is #A24FC7. Grayscale: #898989. Windows color (decimal): -10637256 or 3715165. OLE color: 3715165.
HSL color Cylindrical-coordinate representation of color #5DB038: hue angle of 101.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5DB038 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 56 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.31 |
| HSL | 101.5º | 0.52% | 0.45% | - |
| HSV(B) | 101.5º | 0.68% | 0.69% | - |
| XYZ | 20.75 | 33.66 | 9.15 | - |
| YUV | 137.5 | 82 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 56 | 0.47 | 0 | 0.68 | 0.31 | 101.5 | 0.52 | 0.45 |
| Hex | 5D | B0 | 38 | 2F | 0 | 44 | 1F | 66 | 34 | 2D |
| Octal | 135 | 260 | 70 | 57 | 0 | 104 | 37 | 146 | 64 | 55 |
| Binary | 1011101 | 10110000 | 111000 | 101111 | 0 | 1000100 | 11111 | 1100110 | 110100 | 101101 |
Color Harmonies of #5DB038
Complementary color
Monochromatic Colors of #5DB038
Black with #5DB038
Text Example
Text Example
White with #5DB038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB038; }
p { color: rgb(93,176,56); }
H1.HeaderClassName
{
color: #5DB038;
}
.AnyTagClassName
{
color: #5DB038;
}
</style>
background-color css
<style>
a { background-color: #5DB038; }
a { background-color: rgb(93,176,56); }
div.DivClassName
{
background-color: #5DB038;
}
.BgClassName
{
background-color: #5DB038;
}
</style>
border-color css
<style>
span { border-color: #5DB038; }
span { border-color: rgb(93,176,56); }
td.TdClassName
{
border-color: #5DB038;
}
.TagClassName
{
border-color: #5DB038;
}
</style>