Shades of Apple #5CD541
Tints of Apple #5CD541
RGB
CMYK
RGB Variations
Color information
#5CD541 (or 0x5CD541) is known color: Apple. HEX triplet: 5C, D5 and 41. RGB value is (92,213,65). Sum of RGB (Red+Green+Blue) = 92+213+65=370 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.86% from 370); Green value is 213 (83.59% from 255 or 57.57% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 213 - color contains mainly: green. Hex color #5CD541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CD541 is #A32ABE. Grayscale: #A0A0A0. Windows color (decimal): -10693311 or 4314460. OLE color: 4314460.
HSL color Cylindrical-coordinate representation of color #5CD541: hue angle of 109.05º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5CD541 is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 213 | 65 | - |
| CMYK | 0.57 | 0 | 0.69 | 0.16 |
| HSL | 109.05º | 0.64% | 0.55% | - |
| HSV(B) | 109.05º | 0.69% | 0.84% | - |
| XYZ | 29.16 | 50.25 | 13.16 | - |
| YUV | 159.95 | 74.41 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 213 | 65 | 0.57 | 0 | 0.69 | 0.16 | 109.05 | 0.64 | 0.55 |
| Hex | 5C | D5 | 41 | 39 | 0 | 45 | 10 | 6D | 40 | 37 |
| Octal | 134 | 325 | 101 | 71 | 0 | 105 | 20 | 155 | 100 | 67 |
| Binary | 1011100 | 11010101 | 1000001 | 111001 | 0 | 1000101 | 10000 | 1101101 | 1000000 | 110111 |
Color Harmonies of #5CD541
Complementary color
Monochromatic Colors of #5CD541
Black with #5CD541
Text Example
Text Example
White with #5CD541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD541; }
p { color: rgb(92,213,65); }
H1.HeaderClassName
{
color: #5CD541;
}
.AnyTagClassName
{
color: #5CD541;
}
</style>
background-color css
<style>
a { background-color: #5CD541; }
a { background-color: rgb(92,213,65); }
div.DivClassName
{
background-color: #5CD541;
}
.BgClassName
{
background-color: #5CD541;
}
</style>
border-color css
<style>
span { border-color: #5CD541; }
span { border-color: rgb(92,213,65); }
td.TdClassName
{
border-color: #5CD541;
}
.TagClassName
{
border-color: #5CD541;
}
</style>