Shades of Apple #5CB74F
Tints of Apple #5CB74F
RGB
CMYK
RGB Variations
Color information
#5CB74F (or 0x5CB74F) is known color: Apple. HEX triplet: 5C, B7 and 4F. RGB value is (92,183,79). Sum of RGB (Red+Green+Blue) = 92+183+79=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #5CB74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB74F is #A348B0. Grayscale: #909090. Windows color (decimal): -10700977 or 5224284. OLE color: 5224284.
HSL color Cylindrical-coordinate representation of color #5CB74F: hue angle of 112.5º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CB74F is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 92 | 183 | 79 | - |
| CMYK | 0.50 | 0 | 0.57 | 0.28 |
| HSL | 112.5º | 0.42% | 0.51% | - |
| HSV(B) | 112.5º | 0.57% | 0.72% | - |
| XYZ | 22.76 | 36.71 | 13.28 | - |
| YUV | 143.94 | 91.35 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 183 | 79 | 0.50 | 0 | 0.57 | 0.28 | 112.5 | 0.42 | 0.51 |
| Hex | 5C | B7 | 4F | 32 | 0 | 39 | 1C | 70 | 2A | 33 |
| Octal | 134 | 267 | 117 | 62 | 0 | 71 | 34 | 160 | 52 | 63 |
| Binary | 1011100 | 10110111 | 1001111 | 110010 | 0 | 111001 | 11100 | 1110000 | 101010 | 110011 |
Color Harmonies of #5CB74F
Complementary color
Monochromatic Colors of #5CB74F
Black with #5CB74F
Text Example
Text Example
White with #5CB74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB74F; }
p { color: rgb(92,183,79); }
H1.HeaderClassName
{
color: #5CB74F;
}
.AnyTagClassName
{
color: #5CB74F;
}
</style>
background-color css
<style>
a { background-color: #5CB74F; }
a { background-color: rgb(92,183,79); }
div.DivClassName
{
background-color: #5CB74F;
}
.BgClassName
{
background-color: #5CB74F;
}
</style>
border-color css
<style>
span { border-color: #5CB74F; }
span { border-color: rgb(92,183,79); }
td.TdClassName
{
border-color: #5CB74F;
}
.TagClassName
{
border-color: #5CB74F;
}
</style>