Shades of Apple #5CBD4E
Tints of Apple #5CBD4E
RGB
CMYK
RGB Variations
Color information
#5CBD4E (or 0x5CBD4E) is known color: Apple. HEX triplet: 5C, BD and 4E. RGB value is (92,189,78). Sum of RGB (Red+Green+Blue) = 92+189+78=359 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.63% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #5CBD4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBD4E is #A342B1. Grayscale: #939393. Windows color (decimal): -10699442 or 5160284. OLE color: 5160284.
HSL color Cylindrical-coordinate representation of color #5CBD4E: hue angle of 112.43º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CBD4E is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 189 | 78 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.26 |
| HSL | 112.43º | 0.46% | 0.52% | - |
| HSV(B) | 112.43º | 0.59% | 0.74% | - |
| XYZ | 23.99 | 39.22 | 13.51 | - |
| YUV | 147.34 | 88.86 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 189 | 78 | 0.51 | 0 | 0.59 | 0.26 | 112.43 | 0.46 | 0.52 |
| Hex | 5C | BD | 4E | 33 | 0 | 3B | 1A | 70 | 2E | 34 |
| Octal | 134 | 275 | 116 | 63 | 0 | 73 | 32 | 160 | 56 | 64 |
| Binary | 1011100 | 10111101 | 1001110 | 110011 | 0 | 111011 | 11010 | 1110000 | 101110 | 110100 |
Color Harmonies of #5CBD4E
Complementary color
Monochromatic Colors of #5CBD4E
Black with #5CBD4E
Text Example
Text Example
White with #5CBD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBD4E; }
p { color: rgb(92,189,78); }
H1.HeaderClassName
{
color: #5CBD4E;
}
.AnyTagClassName
{
color: #5CBD4E;
}
</style>
background-color css
<style>
a { background-color: #5CBD4E; }
a { background-color: rgb(92,189,78); }
div.DivClassName
{
background-color: #5CBD4E;
}
.BgClassName
{
background-color: #5CBD4E;
}
</style>
border-color css
<style>
span { border-color: #5CBD4E; }
span { border-color: rgb(92,189,78); }
td.TdClassName
{
border-color: #5CBD4E;
}
.TagClassName
{
border-color: #5CBD4E;
}
</style>