Shades of Apple #5CD648
Tints of Apple #5CD648
RGB
CMYK
RGB Variations
Color information
#5CD648 (or 0x5CD648) is known color: Apple. HEX triplet: 5C, D6 and 48. RGB value is (92,214,72). Sum of RGB (Red+Green+Blue) = 92+214+72=378 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.34% from 378); Green value is 214 (83.98% from 255 or 56.61% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 214 - color contains mainly: green. Hex color #5CD648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CD648 is #A329B7. Grayscale: #A1A1A1. Windows color (decimal): -10693048 or 4773468. OLE color: 4773468.
HSL color Cylindrical-coordinate representation of color #5CD648: hue angle of 111.55º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5CD648 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 214 | 72 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.16 |
| HSL | 111.55º | 0.63% | 0.56% | - |
| HSV(B) | 111.55º | 0.66% | 0.84% | - |
| XYZ | 29.63 | 50.84 | 14.38 | - |
| YUV | 161.33 | 77.58 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 214 | 72 | 0.57 | 0 | 0.66 | 0.16 | 111.55 | 0.63 | 0.56 |
| Hex | 5C | D6 | 48 | 39 | 0 | 42 | 10 | 70 | 3F | 38 |
| Octal | 134 | 326 | 110 | 71 | 0 | 102 | 20 | 160 | 77 | 70 |
| Binary | 1011100 | 11010110 | 1001000 | 111001 | 0 | 1000010 | 10000 | 1110000 | 111111 | 111000 |
Color Harmonies of #5CD648
Complementary color
Monochromatic Colors of #5CD648
Black with #5CD648
Text Example
Text Example
White with #5CD648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD648; }
p { color: rgb(92,214,72); }
H1.HeaderClassName
{
color: #5CD648;
}
.AnyTagClassName
{
color: #5CD648;
}
</style>
background-color css
<style>
a { background-color: #5CD648; }
a { background-color: rgb(92,214,72); }
div.DivClassName
{
background-color: #5CD648;
}
.BgClassName
{
background-color: #5CD648;
}
</style>
border-color css
<style>
span { border-color: #5CD648; }
span { border-color: rgb(92,214,72); }
td.TdClassName
{
border-color: #5CD648;
}
.TagClassName
{
border-color: #5CD648;
}
</style>