Shades of Apple #5DC232
Tints of Apple #5DC232
RGB
CMYK
RGB Variations
Color information
#5DC232 (or 0x5DC232) is known color: Apple. HEX triplet: 5D, C2 and 32. RGB value is (93,194,50). Sum of RGB (Red+Green+Blue) = 93+194+50=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #5DC232 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC232 is #A23DCD. Grayscale: #939393. Windows color (decimal): -10632654 or 3326557. OLE color: 3326557.
HSL color Cylindrical-coordinate representation of color #5DC232: hue angle of 102.08º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5DC232 is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 194 | 50 | - |
| CMYK | 0.52 | 0 | 0.74 | 0.24 |
| HSL | 102.08º | 0.59% | 0.48% | - |
| HSV(B) | 102.08º | 0.74% | 0.76% | - |
| XYZ | 24.38 | 41.14 | 9.67 | - |
| YUV | 147.39 | 73.04 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 194 | 50 | 0.52 | 0 | 0.74 | 0.24 | 102.08 | 0.59 | 0.48 |
| Hex | 5D | C2 | 32 | 34 | 0 | 4A | 18 | 66 | 3B | 30 |
| Octal | 135 | 302 | 62 | 64 | 0 | 112 | 30 | 146 | 73 | 60 |
| Binary | 1011101 | 11000010 | 110010 | 110100 | 0 | 1001010 | 11000 | 1100110 | 111011 | 110000 |
Color Harmonies of #5DC232
Complementary color
Monochromatic Colors of #5DC232
Black with #5DC232
Text Example
Text Example
White with #5DC232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC232; }
p { color: rgb(93,194,50); }
H1.HeaderClassName
{
color: #5DC232;
}
.AnyTagClassName
{
color: #5DC232;
}
</style>
background-color css
<style>
a { background-color: #5DC232; }
a { background-color: rgb(93,194,50); }
div.DivClassName
{
background-color: #5DC232;
}
.BgClassName
{
background-color: #5DC232;
}
</style>
border-color css
<style>
span { border-color: #5DC232; }
span { border-color: rgb(93,194,50); }
td.TdClassName
{
border-color: #5DC232;
}
.TagClassName
{
border-color: #5DC232;
}
</style>