Shades of Apple #5DBD34
Tints of Apple #5DBD34
RGB
CMYK
RGB Variations
Color information
#5DBD34 (or 0x5DBD34) is known color: Apple. HEX triplet: 5D, BD and 34. RGB value is (93,189,52). Sum of RGB (Red+Green+Blue) = 93+189+52=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 189 (74.22% from 255 or 56.59% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBD34 is #A242CB. Grayscale: #919191. Windows color (decimal): -10633932 or 3456349. OLE color: 3456349.
HSL color Cylindrical-coordinate representation of color #5DBD34: hue angle of 102.04º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5DBD34 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 52 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.26 |
| HSL | 102.04º | 0.57% | 0.47% | - |
| HSV(B) | 102.04º | 0.72% | 0.74% | - |
| XYZ | 23.33 | 38.97 | 9.54 | - |
| YUV | 144.68 | 75.7 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 52 | 0.51 | 0 | 0.72 | 0.26 | 102.04 | 0.57 | 0.47 |
| Hex | 5D | BD | 34 | 33 | 0 | 48 | 1A | 66 | 39 | 2F |
| Octal | 135 | 275 | 64 | 63 | 0 | 110 | 32 | 146 | 71 | 57 |
| Binary | 1011101 | 10111101 | 110100 | 110011 | 0 | 1001000 | 11010 | 1100110 | 111001 | 101111 |
Color Harmonies of #5DBD34
Complementary color
Monochromatic Colors of #5DBD34
Black with #5DBD34
Text Example
Text Example
White with #5DBD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD34; }
p { color: rgb(93,189,52); }
H1.HeaderClassName
{
color: #5DBD34;
}
.AnyTagClassName
{
color: #5DBD34;
}
</style>
background-color css
<style>
a { background-color: #5DBD34; }
a { background-color: rgb(93,189,52); }
div.DivClassName
{
background-color: #5DBD34;
}
.BgClassName
{
background-color: #5DBD34;
}
</style>
border-color css
<style>
span { border-color: #5DBD34; }
span { border-color: rgb(93,189,52); }
td.TdClassName
{
border-color: #5DBD34;
}
.TagClassName
{
border-color: #5DBD34;
}
</style>