Shades of Apple #5CB84C
Tints of Apple #5CB84C
RGB
CMYK
RGB Variations
Color information
#5CB84C (or 0x5CB84C) is known color: Apple. HEX triplet: 5C, B8 and 4C. RGB value is (92,184,76). Sum of RGB (Red+Green+Blue) = 92+184+76=352 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.14% from 352); Green value is 184 (72.27% from 255 or 52.27% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 184 - color contains mainly: green. Hex color #5CB84C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CB84C is #A347B3. Grayscale: #909090. Windows color (decimal): -10700724 or 5027932. OLE color: 5027932.
HSL color Cylindrical-coordinate representation of color #5CB84C: hue angle of 111.11º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CB84C is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 92 | 184 | 76 | - |
| CMYK | 0.50 | 0 | 0.59 | 0.28 |
| HSL | 111.11º | 0.43% | 0.51% | - |
| HSV(B) | 111.11º | 0.59% | 0.72% | - |
| XYZ | 22.86 | 37.08 | 12.79 | - |
| YUV | 144.18 | 89.52 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 184 | 76 | 0.50 | 0 | 0.59 | 0.28 | 111.11 | 0.43 | 0.51 |
| Hex | 5C | B8 | 4C | 32 | 0 | 3B | 1C | 6F | 2B | 33 |
| Octal | 134 | 270 | 114 | 62 | 0 | 73 | 34 | 157 | 53 | 63 |
| Binary | 1011100 | 10111000 | 1001100 | 110010 | 0 | 111011 | 11100 | 1101111 | 101011 | 110011 |
Color Harmonies of #5CB84C
Complementary color
Monochromatic Colors of #5CB84C
Black with #5CB84C
Text Example
Text Example
White with #5CB84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB84C; }
p { color: rgb(92,184,76); }
H1.HeaderClassName
{
color: #5CB84C;
}
.AnyTagClassName
{
color: #5CB84C;
}
</style>
background-color css
<style>
a { background-color: #5CB84C; }
a { background-color: rgb(92,184,76); }
div.DivClassName
{
background-color: #5CB84C;
}
.BgClassName
{
background-color: #5CB84C;
}
</style>
border-color css
<style>
span { border-color: #5CB84C; }
span { border-color: rgb(92,184,76); }
td.TdClassName
{
border-color: #5CB84C;
}
.TagClassName
{
border-color: #5CB84C;
}
</style>