Shades of Apple #5CDA36
Tints of Apple #5CDA36
RGB
CMYK
RGB Variations
Color information
#5CDA36 (or 0x5CDA36) is known color: Apple. HEX triplet: 5C, DA and 36. RGB value is (92,218,54). Sum of RGB (Red+Green+Blue) = 92+218+54=364 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.27% from 364); Green value is 218 (85.55% from 255 or 59.89% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDA36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CDA36 is #A325C9. Grayscale: #A2A2A2. Windows color (decimal): -10692042 or 3594844. OLE color: 3594844.
HSL color Cylindrical-coordinate representation of color #5CDA36: hue angle of 106.1º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5CDA36 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 218 | 54 | - |
| CMYK | 0.58 | 0 | 0.75 | 0.15 |
| HSL | 106.1º | 0.69% | 0.53% | - |
| HSV(B) | 106.1º | 0.75% | 0.85% | - |
| XYZ | 30.15 | 52.68 | 12.07 | - |
| YUV | 161.63 | 67.26 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 218 | 54 | 0.58 | 0 | 0.75 | 0.15 | 106.1 | 0.69 | 0.53 |
| Hex | 5C | DA | 36 | 3A | 0 | 4B | F | 6A | 45 | 35 |
| Octal | 134 | 332 | 66 | 72 | 0 | 113 | 17 | 152 | 105 | 65 |
| Binary | 1011100 | 11011010 | 110110 | 111010 | 0 | 1001011 | 1111 | 1101010 | 1000101 | 110101 |
Color Harmonies of #5CDA36
Complementary color
Monochromatic Colors of #5CDA36
Black with #5CDA36
Text Example
Text Example
White with #5CDA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDA36; }
p { color: rgb(92,218,54); }
H1.HeaderClassName
{
color: #5CDA36;
}
.AnyTagClassName
{
color: #5CDA36;
}
</style>
background-color css
<style>
a { background-color: #5CDA36; }
a { background-color: rgb(92,218,54); }
div.DivClassName
{
background-color: #5CDA36;
}
.BgClassName
{
background-color: #5CDA36;
}
</style>
border-color css
<style>
span { border-color: #5CDA36; }
span { border-color: rgb(92,218,54); }
td.TdClassName
{
border-color: #5CDA36;
}
.TagClassName
{
border-color: #5CDA36;
}
</style>