Shades of Apple #5DBD30
Tints of Apple #5DBD30
RGB
CMYK
RGB Variations
Color information
#5DBD30 (or 0x5DBD30) is known color: Apple. HEX triplet: 5D, BD and 30. RGB value is (93,189,48). Sum of RGB (Red+Green+Blue) = 93+189+48=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBD30 is #A242CF. Grayscale: #909090. Windows color (decimal): -10633936 or 3194205. OLE color: 3194205.
HSL color Cylindrical-coordinate representation of color #5DBD30: hue angle of 100.85º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5DBD30 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 48 | - |
| CMYK | 0.51 | 0 | 0.75 | 0.26 |
| HSL | 100.85º | 0.59% | 0.46% | - |
| HSV(B) | 100.85º | 0.75% | 0.74% | - |
| XYZ | 23.25 | 38.94 | 9.09 | - |
| YUV | 144.22 | 73.7 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 48 | 0.51 | 0 | 0.75 | 0.26 | 100.85 | 0.59 | 0.46 |
| Hex | 5D | BD | 30 | 33 | 0 | 4B | 1A | 65 | 3B | 2E |
| Octal | 135 | 275 | 60 | 63 | 0 | 113 | 32 | 145 | 73 | 56 |
| Binary | 1011101 | 10111101 | 110000 | 110011 | 0 | 1001011 | 11010 | 1100101 | 111011 | 101110 |
Color Harmonies of #5DBD30
Complementary color
Monochromatic Colors of #5DBD30
Black with #5DBD30
Text Example
Text Example
White with #5DBD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD30; }
p { color: rgb(93,189,48); }
H1.HeaderClassName
{
color: #5DBD30;
}
.AnyTagClassName
{
color: #5DBD30;
}
</style>
background-color css
<style>
a { background-color: #5DBD30; }
a { background-color: rgb(93,189,48); }
div.DivClassName
{
background-color: #5DBD30;
}
.BgClassName
{
background-color: #5DBD30;
}
</style>
border-color css
<style>
span { border-color: #5DBD30; }
span { border-color: rgb(93,189,48); }
td.TdClassName
{
border-color: #5DBD30;
}
.TagClassName
{
border-color: #5DBD30;
}
</style>