Shades of Apple #5CB34F
Tints of Apple #5CB34F
RGB
CMYK
RGB Variations
Color information
#5CB34F (or 0x5CB34F) is known color: Apple. HEX triplet: 5C, B3 and 4F. RGB value is (92,179,79). Sum of RGB (Red+Green+Blue) = 92+179+79=350 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.29% from 350); Green value is 179 (70.31% from 255 or 51.14% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 179 - color contains mainly: green. Hex color #5CB34F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB34F is #A34CB0. Grayscale: #8D8D8D. Windows color (decimal): -10702001 or 5223260. OLE color: 5223260.
HSL color Cylindrical-coordinate representation of color #5CB34F: hue angle of 112.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CB34F is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 92 | 179 | 79 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.30 |
| HSL | 112.2º | 0.4% | 0.51% | - |
| HSV(B) | 112.2º | 0.56% | 0.7% | - |
| XYZ | 21.95 | 35.08 | 13.01 | - |
| YUV | 141.59 | 92.68 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 179 | 79 | 0.49 | 0 | 0.56 | 0.30 | 112.2 | 0.4 | 0.51 |
| Hex | 5C | B3 | 4F | 31 | 0 | 38 | 1E | 70 | 28 | 33 |
| Octal | 134 | 263 | 117 | 61 | 0 | 70 | 36 | 160 | 50 | 63 |
| Binary | 1011100 | 10110011 | 1001111 | 110001 | 0 | 111000 | 11110 | 1110000 | 101000 | 110011 |
Color Harmonies of #5CB34F
Complementary color
Monochromatic Colors of #5CB34F
Black with #5CB34F
Text Example
Text Example
White with #5CB34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB34F; }
p { color: rgb(92,179,79); }
H1.HeaderClassName
{
color: #5CB34F;
}
.AnyTagClassName
{
color: #5CB34F;
}
</style>
background-color css
<style>
a { background-color: #5CB34F; }
a { background-color: rgb(92,179,79); }
div.DivClassName
{
background-color: #5CB34F;
}
.BgClassName
{
background-color: #5CB34F;
}
</style>
border-color css
<style>
span { border-color: #5CB34F; }
span { border-color: rgb(92,179,79); }
td.TdClassName
{
border-color: #5CB34F;
}
.TagClassName
{
border-color: #5CB34F;
}
</style>