Shades of Apple #5DC14A
Tints of Apple #5DC14A
RGB
CMYK
RGB Variations
Color information
#5DC14A (or 0x5DC14A) is known color: Apple. HEX triplet: 5D, C1 and 4A. RGB value is (93,193,74). Sum of RGB (Red+Green+Blue) = 93+193+74=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #5DC14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC14A is #A23EB5. Grayscale: #959595. Windows color (decimal): -10632886 or 4899165. OLE color: 4899165.
HSL color Cylindrical-coordinate representation of color #5DC14A: hue angle of 110.42º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DC14A is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 193 | 74 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.24 |
| HSL | 110.42º | 0.49% | 0.52% | - |
| HSV(B) | 110.42º | 0.62% | 0.76% | - |
| XYZ | 24.82 | 40.96 | 13.08 | - |
| YUV | 149.53 | 85.37 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 193 | 74 | 0.52 | 0 | 0.62 | 0.24 | 110.42 | 0.49 | 0.52 |
| Hex | 5D | C1 | 4A | 34 | 0 | 3E | 18 | 6E | 31 | 34 |
| Octal | 135 | 301 | 112 | 64 | 0 | 76 | 30 | 156 | 61 | 64 |
| Binary | 1011101 | 11000001 | 1001010 | 110100 | 0 | 111110 | 11000 | 1101110 | 110001 | 110100 |
Color Harmonies of #5DC14A
Complementary color
Monochromatic Colors of #5DC14A
Black with #5DC14A
Text Example
Text Example
White with #5DC14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC14A; }
p { color: rgb(93,193,74); }
H1.HeaderClassName
{
color: #5DC14A;
}
.AnyTagClassName
{
color: #5DC14A;
}
</style>
background-color css
<style>
a { background-color: #5DC14A; }
a { background-color: rgb(93,193,74); }
div.DivClassName
{
background-color: #5DC14A;
}
.BgClassName
{
background-color: #5DC14A;
}
</style>
border-color css
<style>
span { border-color: #5DC14A; }
span { border-color: rgb(93,193,74); }
td.TdClassName
{
border-color: #5DC14A;
}
.TagClassName
{
border-color: #5DC14A;
}
</style>