Shades of Apple #5CBC2F
Tints of Apple #5CBC2F
RGB
CMYK
RGB Variations
Color information
#5CBC2F (or 0x5CBC2F) is known color: Apple. HEX triplet: 5C, BC and 2F. RGB value is (92,188,47). Sum of RGB (Red+Green+Blue) = 92+188+47=327 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.13% from 327); Green value is 188 (73.83% from 255 or 57.49% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBC2F is #A343D0. Grayscale: #8F8F8F. Windows color (decimal): -10699729 or 3128412. OLE color: 3128412.
HSL color Cylindrical-coordinate representation of color #5CBC2F: hue angle of 100.85º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5CBC2F is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 188 | 47 | - |
| CMYK | 0.51 | 0 | 0.75 | 0.26 |
| HSL | 100.85º | 0.6% | 0.46% | - |
| HSV(B) | 100.85º | 0.75% | 0.74% | - |
| XYZ | 22.91 | 38.45 | 8.9 | - |
| YUV | 143.22 | 73.7 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 47 | 0.51 | 0 | 0.75 | 0.26 | 100.85 | 0.6 | 0.46 |
| Hex | 5C | BC | 2F | 33 | 0 | 4B | 1A | 65 | 3C | 2E |
| Octal | 134 | 274 | 57 | 63 | 0 | 113 | 32 | 145 | 74 | 56 |
| Binary | 1011100 | 10111100 | 101111 | 110011 | 0 | 1001011 | 11010 | 1100101 | 111100 | 101110 |
Color Harmonies of #5CBC2F
Complementary color
Monochromatic Colors of #5CBC2F
Black with #5CBC2F
Text Example
Text Example
White with #5CBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBC2F; }
p { color: rgb(92,188,47); }
H1.HeaderClassName
{
color: #5CBC2F;
}
.AnyTagClassName
{
color: #5CBC2F;
}
</style>
background-color css
<style>
a { background-color: #5CBC2F; }
a { background-color: rgb(92,188,47); }
div.DivClassName
{
background-color: #5CBC2F;
}
.BgClassName
{
background-color: #5CBC2F;
}
</style>
border-color css
<style>
span { border-color: #5CBC2F; }
span { border-color: rgb(92,188,47); }
td.TdClassName
{
border-color: #5CBC2F;
}
.TagClassName
{
border-color: #5CBC2F;
}
</style>