Shades of Apple #5CDD37
Tints of Apple #5CDD37
RGB
CMYK
RGB Variations
Color information
#5CDD37 (or 0x5CDD37) is known color: Apple. HEX triplet: 5C, DD and 37. RGB value is (92,221,55). Sum of RGB (Red+Green+Blue) = 92+221+55=368 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25% from 368); Green value is 221 (86.72% from 255 or 60.05% from 368); Blue value is 55 (21.88% from 255 or 14.95% from 368); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDD37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CDD37 is #A322C8. Grayscale: #A4A4A4. Windows color (decimal): -10691273 or 3661148. OLE color: 3661148.
HSL color Cylindrical-coordinate representation of color #5CDD37: hue angle of 106.63º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5CDD37 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 221 | 55 | - |
| CMYK | 0.58 | 0 | 0.75 | 0.13 |
| HSL | 106.63º | 0.71% | 0.54% | - |
| HSV(B) | 106.63º | 0.75% | 0.87% | - |
| XYZ | 30.96 | 54.26 | 12.46 | - |
| YUV | 163.51 | 66.76 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 221 | 55 | 0.58 | 0 | 0.75 | 0.13 | 106.63 | 0.71 | 0.54 |
| Hex | 5C | DD | 37 | 3A | 0 | 4B | D | 6B | 47 | 36 |
| Octal | 134 | 335 | 67 | 72 | 0 | 113 | 15 | 153 | 107 | 66 |
| Binary | 1011100 | 11011101 | 110111 | 111010 | 0 | 1001011 | 1101 | 1101011 | 1000111 | 110110 |
Color Harmonies of #5CDD37
Complementary color
Monochromatic Colors of #5CDD37
Black with #5CDD37
Text Example
Text Example
White with #5CDD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDD37; }
p { color: rgb(92,221,55); }
H1.HeaderClassName
{
color: #5CDD37;
}
.AnyTagClassName
{
color: #5CDD37;
}
</style>
background-color css
<style>
a { background-color: #5CDD37; }
a { background-color: rgb(92,221,55); }
div.DivClassName
{
background-color: #5CDD37;
}
.BgClassName
{
background-color: #5CDD37;
}
</style>
border-color css
<style>
span { border-color: #5CDD37; }
span { border-color: rgb(92,221,55); }
td.TdClassName
{
border-color: #5CDD37;
}
.TagClassName
{
border-color: #5CDD37;
}
</style>