Shades of Apple #5CCD4A
Tints of Apple #5CCD4A
RGB
CMYK
RGB Variations
Color information
#5CCD4A (or 0x5CCD4A) is known color: Apple. HEX triplet: 5C, CD and 4A. RGB value is (92,205,74). Sum of RGB (Red+Green+Blue) = 92+205+74=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 205 (80.47% from 255 or 55.26% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CCD4A is #A332B5. Grayscale: #9C9C9C. Windows color (decimal): -10695350 or 4902236. OLE color: 4902236.
HSL color Cylindrical-coordinate representation of color #5CCD4A: hue angle of 111.76º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CCD4A is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 205 | 74 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.20 |
| HSL | 111.76º | 0.57% | 0.55% | - |
| HSV(B) | 111.76º | 0.64% | 0.8% | - |
| XYZ | 27.48 | 46.43 | 13.99 | - |
| YUV | 156.28 | 81.56 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 205 | 74 | 0.55 | 0 | 0.64 | 0.20 | 111.76 | 0.57 | 0.55 |
| Hex | 5C | CD | 4A | 37 | 0 | 40 | 14 | 70 | 39 | 37 |
| Octal | 134 | 315 | 112 | 67 | 0 | 100 | 24 | 160 | 71 | 67 |
| Binary | 1011100 | 11001101 | 1001010 | 110111 | 0 | 1000000 | 10100 | 1110000 | 111001 | 110111 |
Color Harmonies of #5CCD4A
Complementary color
Monochromatic Colors of #5CCD4A
Black with #5CCD4A
Text Example
Text Example
White with #5CCD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCD4A; }
p { color: rgb(92,205,74); }
H1.HeaderClassName
{
color: #5CCD4A;
}
.AnyTagClassName
{
color: #5CCD4A;
}
</style>
background-color css
<style>
a { background-color: #5CCD4A; }
a { background-color: rgb(92,205,74); }
div.DivClassName
{
background-color: #5CCD4A;
}
.BgClassName
{
background-color: #5CCD4A;
}
</style>
border-color css
<style>
span { border-color: #5CCD4A; }
span { border-color: rgb(92,205,74); }
td.TdClassName
{
border-color: #5CCD4A;
}
.TagClassName
{
border-color: #5CCD4A;
}
</style>