Shades of Apple #5CB134
Tints of Apple #5CB134
RGB
CMYK
RGB Variations
Color information
#5CB134 (or 0x5CB134) is known color: Apple. HEX triplet: 5C, B1 and 34. RGB value is (92,177,52). Sum of RGB (Red+Green+Blue) = 92+177+52=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 177 (69.53% from 255 or 55.14% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CB134 is #A34ECB. Grayscale: #898989. Windows color (decimal): -10702540 or 3453276. OLE color: 3453276.
HSL color Cylindrical-coordinate representation of color #5CB134: hue angle of 100.8º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5CB134 is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 177 | 52 | - |
| CMYK | 0.48 | 0 | 0.71 | 0.31 |
| HSL | 100.8º | 0.55% | 0.45% | - |
| HSV(B) | 100.8º | 0.71% | 0.69% | - |
| XYZ | 20.76 | 33.97 | 8.71 | - |
| YUV | 137.34 | 79.84 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 177 | 52 | 0.48 | 0 | 0.71 | 0.31 | 100.8 | 0.55 | 0.45 |
| Hex | 5C | B1 | 34 | 30 | 0 | 47 | 1F | 65 | 37 | 2D |
| Octal | 134 | 261 | 64 | 60 | 0 | 107 | 37 | 145 | 67 | 55 |
| Binary | 1011100 | 10110001 | 110100 | 110000 | 0 | 1000111 | 11111 | 1100101 | 110111 | 101101 |
Color Harmonies of #5CB134
Complementary color
Monochromatic Colors of #5CB134
Black with #5CB134
Text Example
Text Example
White with #5CB134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB134; }
p { color: rgb(92,177,52); }
H1.HeaderClassName
{
color: #5CB134;
}
.AnyTagClassName
{
color: #5CB134;
}
</style>
background-color css
<style>
a { background-color: #5CB134; }
a { background-color: rgb(92,177,52); }
div.DivClassName
{
background-color: #5CB134;
}
.BgClassName
{
background-color: #5CB134;
}
</style>
border-color css
<style>
span { border-color: #5CB134; }
span { border-color: rgb(92,177,52); }
td.TdClassName
{
border-color: #5CB134;
}
.TagClassName
{
border-color: #5CB134;
}
</style>