Shades of Apple #5CB54F
Tints of Apple #5CB54F
RGB
CMYK
RGB Variations
Color information
#5CB54F (or 0x5CB54F) is known color: Apple. HEX triplet: 5C, B5 and 4F. RGB value is (92,181,79). Sum of RGB (Red+Green+Blue) = 92+181+79=352 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.14% from 352); Green value is 181 (71.09% from 255 or 51.42% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 181 - color contains mainly: green. Hex color #5CB54F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB54F is #A34AB0. Grayscale: #8F8F8F. Windows color (decimal): -10701489 or 5223772. OLE color: 5223772.
HSL color Cylindrical-coordinate representation of color #5CB54F: hue angle of 112.35º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CB54F is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 181 | 79 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.29 |
| HSL | 112.35º | 0.41% | 0.51% | - |
| HSV(B) | 112.35º | 0.56% | 0.71% | - |
| XYZ | 22.35 | 35.89 | 13.15 | - |
| YUV | 142.76 | 92.01 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 181 | 79 | 0.49 | 0 | 0.56 | 0.29 | 112.35 | 0.41 | 0.51 |
| Hex | 5C | B5 | 4F | 31 | 0 | 38 | 1D | 70 | 29 | 33 |
| Octal | 134 | 265 | 117 | 61 | 0 | 70 | 35 | 160 | 51 | 63 |
| Binary | 1011100 | 10110101 | 1001111 | 110001 | 0 | 111000 | 11101 | 1110000 | 101001 | 110011 |
Color Harmonies of #5CB54F
Complementary color
Monochromatic Colors of #5CB54F
Black with #5CB54F
Text Example
Text Example
White with #5CB54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB54F; }
p { color: rgb(92,181,79); }
H1.HeaderClassName
{
color: #5CB54F;
}
.AnyTagClassName
{
color: #5CB54F;
}
</style>
background-color css
<style>
a { background-color: #5CB54F; }
a { background-color: rgb(92,181,79); }
div.DivClassName
{
background-color: #5CB54F;
}
.BgClassName
{
background-color: #5CB54F;
}
</style>
border-color css
<style>
span { border-color: #5CB54F; }
span { border-color: rgb(92,181,79); }
td.TdClassName
{
border-color: #5CB54F;
}
.TagClassName
{
border-color: #5CB54F;
}
</style>