Shades of Apple #5CBE4D
Tints of Apple #5CBE4D
RGB
CMYK
RGB Variations
Color information
#5CBE4D (or 0x5CBE4D) is known color: Apple. HEX triplet: 5C, BE and 4D. RGB value is (92,190,77). Sum of RGB (Red+Green+Blue) = 92+190+77=359 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.63% from 359); Green value is 190 (74.61% from 255 or 52.92% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 190 - color contains mainly: green. Hex color #5CBE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBE4D is #A341B2. Grayscale: #949494. Windows color (decimal): -10699187 or 5095004. OLE color: 5095004.
HSL color Cylindrical-coordinate representation of color #5CBE4D: hue angle of 112.04º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CBE4D is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 190 | 77 | - |
| CMYK | 0.52 | 0 | 0.59 | 0.25 |
| HSL | 112.04º | 0.47% | 0.52% | - |
| HSV(B) | 112.04º | 0.59% | 0.75% | - |
| XYZ | 24.17 | 39.64 | 13.4 | - |
| YUV | 147.82 | 88.03 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 190 | 77 | 0.52 | 0 | 0.59 | 0.25 | 112.04 | 0.47 | 0.52 |
| Hex | 5C | BE | 4D | 34 | 0 | 3B | 19 | 70 | 2F | 34 |
| Octal | 134 | 276 | 115 | 64 | 0 | 73 | 31 | 160 | 57 | 64 |
| Binary | 1011100 | 10111110 | 1001101 | 110100 | 0 | 111011 | 11001 | 1110000 | 101111 | 110100 |
Color Harmonies of #5CBE4D
Complementary color
Monochromatic Colors of #5CBE4D
Black with #5CBE4D
Text Example
Text Example
White with #5CBE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBE4D; }
p { color: rgb(92,190,77); }
H1.HeaderClassName
{
color: #5CBE4D;
}
.AnyTagClassName
{
color: #5CBE4D;
}
</style>
background-color css
<style>
a { background-color: #5CBE4D; }
a { background-color: rgb(92,190,77); }
div.DivClassName
{
background-color: #5CBE4D;
}
.BgClassName
{
background-color: #5CBE4D;
}
</style>
border-color css
<style>
span { border-color: #5CBE4D; }
span { border-color: rgb(92,190,77); }
td.TdClassName
{
border-color: #5CBE4D;
}
.TagClassName
{
border-color: #5CBE4D;
}
</style>