Shades of Apple #5DBD33
Tints of Apple #5DBD33
RGB
CMYK
RGB Variations
Color information
#5DBD33 (or 0x5DBD33) is known color: Apple. HEX triplet: 5D, BD and 33. RGB value is (93,189,51). Sum of RGB (Red+Green+Blue) = 93+189+51=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 189 (74.22% from 255 or 56.76% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBD33 is #A242CC. Grayscale: #919191. Windows color (decimal): -10633933 or 3390813. OLE color: 3390813.
HSL color Cylindrical-coordinate representation of color #5DBD33: hue angle of 101.74º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5DBD33 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 51 | - |
| CMYK | 0.51 | 0 | 0.73 | 0.26 |
| HSL | 101.74º | 0.58% | 0.47% | - |
| HSV(B) | 101.74º | 0.73% | 0.74% | - |
| XYZ | 23.31 | 38.96 | 9.42 | - |
| YUV | 144.56 | 75.2 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 51 | 0.51 | 0 | 0.73 | 0.26 | 101.74 | 0.58 | 0.47 |
| Hex | 5D | BD | 33 | 33 | 0 | 49 | 1A | 66 | 3A | 2F |
| Octal | 135 | 275 | 63 | 63 | 0 | 111 | 32 | 146 | 72 | 57 |
| Binary | 1011101 | 10111101 | 110011 | 110011 | 0 | 1001001 | 11010 | 1100110 | 111010 | 101111 |
Color Harmonies of #5DBD33
Complementary color
Monochromatic Colors of #5DBD33
Black with #5DBD33
Text Example
Text Example
White with #5DBD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD33; }
p { color: rgb(93,189,51); }
H1.HeaderClassName
{
color: #5DBD33;
}
.AnyTagClassName
{
color: #5DBD33;
}
</style>
background-color css
<style>
a { background-color: #5DBD33; }
a { background-color: rgb(93,189,51); }
div.DivClassName
{
background-color: #5DBD33;
}
.BgClassName
{
background-color: #5DBD33;
}
</style>
border-color css
<style>
span { border-color: #5DBD33; }
span { border-color: rgb(93,189,51); }
td.TdClassName
{
border-color: #5DBD33;
}
.TagClassName
{
border-color: #5DBD33;
}
</style>