Shades of Apple #5CDC3C
Tints of Apple #5CDC3C
RGB
CMYK
RGB Variations
Color information
#5CDC3C (or 0x5CDC3C) is known color: Apple. HEX triplet: 5C, DC and 3C. RGB value is (92,220,60). Sum of RGB (Red+Green+Blue) = 92+220+60=372 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.73% from 372); Green value is 220 (86.33% from 255 or 59.14% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CDC3C is #A323C3. Grayscale: #A3A3A3. Windows color (decimal): -10691524 or 3988572. OLE color: 3988572.
HSL color Cylindrical-coordinate representation of color #5CDC3C: hue angle of 108º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5CDC3C is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 60 | - |
| CMYK | 0.58 | 0 | 0.73 | 0.14 |
| HSL | 108º | 0.7% | 0.55% | - |
| HSV(B) | 108º | 0.73% | 0.86% | - |
| XYZ | 30.82 | 53.79 | 13.03 | - |
| YUV | 163.49 | 69.59 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 60 | 0.58 | 0 | 0.73 | 0.14 | 108 | 0.7 | 0.55 |
| Hex | 5C | DC | 3C | 3A | 0 | 49 | E | 6C | 46 | 37 |
| Octal | 134 | 334 | 74 | 72 | 0 | 111 | 16 | 154 | 106 | 67 |
| Binary | 1011100 | 11011100 | 111100 | 111010 | 0 | 1001001 | 1110 | 1101100 | 1000110 | 110111 |
Color Harmonies of #5CDC3C
Complementary color
Monochromatic Colors of #5CDC3C
Black with #5CDC3C
Text Example
Text Example
White with #5CDC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDC3C; }
p { color: rgb(92,220,60); }
H1.HeaderClassName
{
color: #5CDC3C;
}
.AnyTagClassName
{
color: #5CDC3C;
}
</style>
background-color css
<style>
a { background-color: #5CDC3C; }
a { background-color: rgb(92,220,60); }
div.DivClassName
{
background-color: #5CDC3C;
}
.BgClassName
{
background-color: #5CDC3C;
}
</style>
border-color css
<style>
span { border-color: #5CDC3C; }
span { border-color: rgb(92,220,60); }
td.TdClassName
{
border-color: #5CDC3C;
}
.TagClassName
{
border-color: #5CDC3C;
}
</style>