Shades of Apple #5CD245
Tints of Apple #5CD245
RGB
CMYK
RGB Variations
Color information
#5CD245 (or 0x5CD245) is known color: Apple. HEX triplet: 5C, D2 and 45. RGB value is (92,210,69). Sum of RGB (Red+Green+Blue) = 92+210+69=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 210 (82.42% from 255 or 56.60% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 210 - color contains mainly: green. Hex color #5CD245 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CD245 is #A32DBA. Grayscale: #9F9F9F. Windows color (decimal): -10694075 or 4575836. OLE color: 4575836.
HSL color Cylindrical-coordinate representation of color #5CD245: hue angle of 110.21º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5CD245 is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 210 | 69 | - |
| CMYK | 0.56 | 0 | 0.67 | 0.18 |
| HSL | 110.21º | 0.61% | 0.55% | - |
| HSV(B) | 110.21º | 0.67% | 0.82% | - |
| XYZ | 28.53 | 48.8 | 13.55 | - |
| YUV | 158.64 | 77.41 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 210 | 69 | 0.56 | 0 | 0.67 | 0.18 | 110.21 | 0.61 | 0.55 |
| Hex | 5C | D2 | 45 | 38 | 0 | 43 | 12 | 6E | 3D | 37 |
| Octal | 134 | 322 | 105 | 70 | 0 | 103 | 22 | 156 | 75 | 67 |
| Binary | 1011100 | 11010010 | 1000101 | 111000 | 0 | 1000011 | 10010 | 1101110 | 111101 | 110111 |
Color Harmonies of #5CD245
Complementary color
Monochromatic Colors of #5CD245
Black with #5CD245
Text Example
Text Example
White with #5CD245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD245; }
p { color: rgb(92,210,69); }
H1.HeaderClassName
{
color: #5CD245;
}
.AnyTagClassName
{
color: #5CD245;
}
</style>
background-color css
<style>
a { background-color: #5CD245; }
a { background-color: rgb(92,210,69); }
div.DivClassName
{
background-color: #5CD245;
}
.BgClassName
{
background-color: #5CD245;
}
</style>
border-color css
<style>
span { border-color: #5CD245; }
span { border-color: rgb(92,210,69); }
td.TdClassName
{
border-color: #5CD245;
}
.TagClassName
{
border-color: #5CD245;
}
</style>