Shades of Apple #5CDA3C
Tints of Apple #5CDA3C
RGB
CMYK
RGB Variations
Color information
#5CDA3C (or 0x5CDA3C) is known color: Apple. HEX triplet: 5C, DA and 3C. RGB value is (92,218,60). Sum of RGB (Red+Green+Blue) = 92+218+60=370 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.86% from 370); Green value is 218 (85.55% from 255 or 58.92% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CDA3C is #A325C3. Grayscale: #A2A2A2. Windows color (decimal): -10692036 or 3988060. OLE color: 3988060.
HSL color Cylindrical-coordinate representation of color #5CDA3C: hue angle of 107.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5CDA3C is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 218 | 60 | - |
| CMYK | 0.58 | 0 | 0.72 | 0.15 |
| HSL | 107.85º | 0.68% | 0.55% | - |
| HSV(B) | 107.85º | 0.72% | 0.85% | - |
| XYZ | 30.3 | 52.74 | 12.86 | - |
| YUV | 162.31 | 70.26 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 218 | 60 | 0.58 | 0 | 0.72 | 0.15 | 107.85 | 0.68 | 0.55 |
| Hex | 5C | DA | 3C | 3A | 0 | 48 | F | 6C | 44 | 37 |
| Octal | 134 | 332 | 74 | 72 | 0 | 110 | 17 | 154 | 104 | 67 |
| Binary | 1011100 | 11011010 | 111100 | 111010 | 0 | 1001000 | 1111 | 1101100 | 1000100 | 110111 |
Color Harmonies of #5CDA3C
Complementary color
Monochromatic Colors of #5CDA3C
Black with #5CDA3C
Text Example
Text Example
White with #5CDA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDA3C; }
p { color: rgb(92,218,60); }
H1.HeaderClassName
{
color: #5CDA3C;
}
.AnyTagClassName
{
color: #5CDA3C;
}
</style>
background-color css
<style>
a { background-color: #5CDA3C; }
a { background-color: rgb(92,218,60); }
div.DivClassName
{
background-color: #5CDA3C;
}
.BgClassName
{
background-color: #5CDA3C;
}
</style>
border-color css
<style>
span { border-color: #5CDA3C; }
span { border-color: rgb(92,218,60); }
td.TdClassName
{
border-color: #5CDA3C;
}
.TagClassName
{
border-color: #5CDA3C;
}
</style>