Shades of Apple #5CDA3D
Tints of Apple #5CDA3D
RGB
CMYK
RGB Variations
Color information
#5CDA3D (or 0x5CDA3D) is known color: Apple. HEX triplet: 5C, DA and 3D. RGB value is (92,218,61). Sum of RGB (Red+Green+Blue) = 92+218+61=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 218 (85.55% from 255 or 58.76% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CDA3D is #A325C2. Grayscale: #A2A2A2. Windows color (decimal): -10692035 or 4053596. OLE color: 4053596.
HSL color Cylindrical-coordinate representation of color #5CDA3D: hue angle of 108.15º 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 #5CDA3D is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 218 | 61 | - |
| CMYK | 0.58 | 0 | 0.72 | 0.15 |
| HSL | 108.15º | 0.68% | 0.55% | - |
| HSV(B) | 108.15º | 0.72% | 0.85% | - |
| XYZ | 30.33 | 52.76 | 13 | - |
| YUV | 162.43 | 70.76 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 218 | 61 | 0.58 | 0 | 0.72 | 0.15 | 108.15 | 0.68 | 0.55 |
| Hex | 5C | DA | 3D | 3A | 0 | 48 | F | 6C | 44 | 37 |
| Octal | 134 | 332 | 75 | 72 | 0 | 110 | 17 | 154 | 104 | 67 |
| Binary | 1011100 | 11011010 | 111101 | 111010 | 0 | 1001000 | 1111 | 1101100 | 1000100 | 110111 |
Color Harmonies of #5CDA3D
Complementary color
Monochromatic Colors of #5CDA3D
Black with #5CDA3D
Text Example
Text Example
White with #5CDA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDA3D; }
p { color: rgb(92,218,61); }
H1.HeaderClassName
{
color: #5CDA3D;
}
.AnyTagClassName
{
color: #5CDA3D;
}
</style>
background-color css
<style>
a { background-color: #5CDA3D; }
a { background-color: rgb(92,218,61); }
div.DivClassName
{
background-color: #5CDA3D;
}
.BgClassName
{
background-color: #5CDA3D;
}
</style>
border-color css
<style>
span { border-color: #5CDA3D; }
span { border-color: rgb(92,218,61); }
td.TdClassName
{
border-color: #5CDA3D;
}
.TagClassName
{
border-color: #5CDA3D;
}
</style>