Shades of Apple #5CDC4A
Tints of Apple #5CDC4A
RGB
CMYK
RGB Variations
Color information
#5CDC4A (or 0x5CDC4A) is known color: Apple. HEX triplet: 5C, DC and 4A. RGB value is (92,220,74). Sum of RGB (Red+Green+Blue) = 92+220+74=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 220 (86.33% from 255 or 56.99% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CDC4A is #A323B5. Grayscale: #A5A5A5. Windows color (decimal): -10691510 or 4906076. OLE color: 4906076.
HSL color Cylindrical-coordinate representation of color #5CDC4A: hue angle of 112.6º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5CDC4A is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 74 | - |
| CMYK | 0.58 | 0 | 0.66 | 0.14 |
| HSL | 112.6º | 0.68% | 0.58% | - |
| HSV(B) | 112.6º | 0.66% | 0.86% | - |
| XYZ | 31.24 | 53.96 | 15.25 | - |
| YUV | 165.08 | 76.59 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 74 | 0.58 | 0 | 0.66 | 0.14 | 112.6 | 0.68 | 0.58 |
| Hex | 5C | DC | 4A | 3A | 0 | 42 | E | 71 | 44 | 3A |
| Octal | 134 | 334 | 112 | 72 | 0 | 102 | 16 | 161 | 104 | 72 |
| Binary | 1011100 | 11011100 | 1001010 | 111010 | 0 | 1000010 | 1110 | 1110001 | 1000100 | 111010 |
Color Harmonies of #5CDC4A
Complementary color
Monochromatic Colors of #5CDC4A
Black with #5CDC4A
Text Example
Text Example
White with #5CDC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDC4A; }
p { color: rgb(92,220,74); }
H1.HeaderClassName
{
color: #5CDC4A;
}
.AnyTagClassName
{
color: #5CDC4A;
}
</style>
background-color css
<style>
a { background-color: #5CDC4A; }
a { background-color: rgb(92,220,74); }
div.DivClassName
{
background-color: #5CDC4A;
}
.BgClassName
{
background-color: #5CDC4A;
}
</style>
border-color css
<style>
span { border-color: #5CDC4A; }
span { border-color: rgb(92,220,74); }
td.TdClassName
{
border-color: #5CDC4A;
}
.TagClassName
{
border-color: #5CDC4A;
}
</style>