Shades of Apple #5CB454
Tints of Apple #5CB454
RGB
CMYK
RGB Variations
Color information
#5CB454 (or 0x5CB454) is known color: Apple. HEX triplet: 5C, B4 and 54. RGB value is (92,180,84). Sum of RGB (Red+Green+Blue) = 92+180+84=356 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.84% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB454 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB454 is #A34BAB. Grayscale: #8F8F8F. Windows color (decimal): -10701740 or 5551196. OLE color: 5551196.
HSL color Cylindrical-coordinate representation of color #5CB454: hue angle of 115º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CB454 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 180 | 84 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.29 |
| HSL | 115º | 0.39% | 0.52% | - |
| HSV(B) | 115º | 0.53% | 0.71% | - |
| XYZ | 22.34 | 35.56 | 14.07 | - |
| YUV | 142.74 | 94.85 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 180 | 84 | 0.49 | 0 | 0.53 | 0.29 | 115 | 0.39 | 0.52 |
| Hex | 5C | B4 | 54 | 31 | 0 | 35 | 1D | 73 | 27 | 34 |
| Octal | 134 | 264 | 124 | 61 | 0 | 65 | 35 | 163 | 47 | 64 |
| Binary | 1011100 | 10110100 | 1010100 | 110001 | 0 | 110101 | 11101 | 1110011 | 100111 | 110100 |
Color Harmonies of #5CB454
Complementary color
Monochromatic Colors of #5CB454
Black with #5CB454
Text Example
Text Example
White with #5CB454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB454; }
p { color: rgb(92,180,84); }
H1.HeaderClassName
{
color: #5CB454;
}
.AnyTagClassName
{
color: #5CB454;
}
</style>
background-color css
<style>
a { background-color: #5CB454; }
a { background-color: rgb(92,180,84); }
div.DivClassName
{
background-color: #5CB454;
}
.BgClassName
{
background-color: #5CB454;
}
</style>
border-color css
<style>
span { border-color: #5CB454; }
span { border-color: rgb(92,180,84); }
td.TdClassName
{
border-color: #5CB454;
}
.TagClassName
{
border-color: #5CB454;
}
</style>