Shades of Apple #5DBB32
Tints of Apple #5DBB32
RGB
CMYK
RGB Variations
Color information
#5DBB32 (or 0x5DBB32) is known color: Apple. HEX triplet: 5D, BB and 32. RGB value is (93,187,50). Sum of RGB (Red+Green+Blue) = 93+187+50=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBB32 is #A244CD. Grayscale: #8F8F8F. Windows color (decimal): -10634446 or 3324765. OLE color: 3324765.
HSL color Cylindrical-coordinate representation of color #5DBB32: hue angle of 101.17º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5DBB32 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 50 | - |
| CMYK | 0.50 | 0 | 0.73 | 0.27 |
| HSL | 101.17º | 0.58% | 0.46% | - |
| HSV(B) | 101.17º | 0.73% | 0.73% | - |
| XYZ | 22.86 | 38.1 | 9.17 | - |
| YUV | 143.28 | 75.36 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 50 | 0.50 | 0 | 0.73 | 0.27 | 101.17 | 0.58 | 0.46 |
| Hex | 5D | BB | 32 | 32 | 0 | 49 | 1B | 65 | 3A | 2E |
| Octal | 135 | 273 | 62 | 62 | 0 | 111 | 33 | 145 | 72 | 56 |
| Binary | 1011101 | 10111011 | 110010 | 110010 | 0 | 1001001 | 11011 | 1100101 | 111010 | 101110 |
Color Harmonies of #5DBB32
Complementary color
Monochromatic Colors of #5DBB32
Black with #5DBB32
Text Example
Text Example
White with #5DBB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBB32; }
p { color: rgb(93,187,50); }
H1.HeaderClassName
{
color: #5DBB32;
}
.AnyTagClassName
{
color: #5DBB32;
}
</style>
background-color css
<style>
a { background-color: #5DBB32; }
a { background-color: rgb(93,187,50); }
div.DivClassName
{
background-color: #5DBB32;
}
.BgClassName
{
background-color: #5DBB32;
}
</style>
border-color css
<style>
span { border-color: #5DBB32; }
span { border-color: rgb(93,187,50); }
td.TdClassName
{
border-color: #5DBB32;
}
.TagClassName
{
border-color: #5DBB32;
}
</style>