Shades of Apple #5DC230
Tints of Apple #5DC230
RGB
CMYK
RGB Variations
Color information
#5DC230 (or 0x5DC230) is known color: Apple. HEX triplet: 5D, C2 and 30. RGB value is (93,194,48). Sum of RGB (Red+Green+Blue) = 93+194+48=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 194 (76.17% from 255 or 57.91% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 194 - color contains mainly: green. Hex color #5DC230 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC230 is #A23DCF. Grayscale: #939393. Windows color (decimal): -10632656 or 3195485. OLE color: 3195485.
HSL color Cylindrical-coordinate representation of color #5DC230: hue angle of 101.51º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5DC230 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 194 | 48 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.24 |
| HSL | 101.51º | 0.6% | 0.47% | - |
| HSV(B) | 101.51º | 0.75% | 0.76% | - |
| XYZ | 24.34 | 41.12 | 9.45 | - |
| YUV | 147.16 | 72.04 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 194 | 48 | 0.52 | 0 | 0.75 | 0.24 | 101.51 | 0.6 | 0.47 |
| Hex | 5D | C2 | 30 | 34 | 0 | 4B | 18 | 66 | 3C | 2F |
| Octal | 135 | 302 | 60 | 64 | 0 | 113 | 30 | 146 | 74 | 57 |
| Binary | 1011101 | 11000010 | 110000 | 110100 | 0 | 1001011 | 11000 | 1100110 | 111100 | 101111 |
Color Harmonies of #5DC230
Complementary color
Monochromatic Colors of #5DC230
Black with #5DC230
Text Example
Text Example
White with #5DC230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC230; }
p { color: rgb(93,194,48); }
H1.HeaderClassName
{
color: #5DC230;
}
.AnyTagClassName
{
color: #5DC230;
}
</style>
background-color css
<style>
a { background-color: #5DC230; }
a { background-color: rgb(93,194,48); }
div.DivClassName
{
background-color: #5DC230;
}
.BgClassName
{
background-color: #5DC230;
}
</style>
border-color css
<style>
span { border-color: #5DC230; }
span { border-color: rgb(93,194,48); }
td.TdClassName
{
border-color: #5DC230;
}
.TagClassName
{
border-color: #5DC230;
}
</style>