Shades of Apple #5CB13F
Tints of Apple #5CB13F
RGB
CMYK
RGB Variations
Color information
#5CB13F (or 0x5CB13F) is known color: Apple. HEX triplet: 5C, B1 and 3F. RGB value is (92,177,63). Sum of RGB (Red+Green+Blue) = 92+177+63=332 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.71% from 332); Green value is 177 (69.53% from 255 or 53.31% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB13F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CB13F is #A34EC0. Grayscale: #8A8A8A. Windows color (decimal): -10702529 or 4174172. OLE color: 4174172.
HSL color Cylindrical-coordinate representation of color #5CB13F: hue angle of 104.74º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CB13F is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 177 | 63 | - |
| CMYK | 0.48 | 0 | 0.64 | 0.31 |
| HSL | 104.74º | 0.48% | 0.47% | - |
| HSV(B) | 104.74º | 0.64% | 0.69% | - |
| XYZ | 21.03 | 34.08 | 10.17 | - |
| YUV | 138.59 | 85.34 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 177 | 63 | 0.48 | 0 | 0.64 | 0.31 | 104.74 | 0.48 | 0.47 |
| Hex | 5C | B1 | 3F | 30 | 0 | 40 | 1F | 69 | 30 | 2F |
| Octal | 134 | 261 | 77 | 60 | 0 | 100 | 37 | 151 | 60 | 57 |
| Binary | 1011100 | 10110001 | 111111 | 110000 | 0 | 1000000 | 11111 | 1101001 | 110000 | 101111 |
Color Harmonies of #5CB13F
Complementary color
Monochromatic Colors of #5CB13F
Black with #5CB13F
Text Example
Text Example
White with #5CB13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB13F; }
p { color: rgb(92,177,63); }
H1.HeaderClassName
{
color: #5CB13F;
}
.AnyTagClassName
{
color: #5CB13F;
}
</style>
background-color css
<style>
a { background-color: #5CB13F; }
a { background-color: rgb(92,177,63); }
div.DivClassName
{
background-color: #5CB13F;
}
.BgClassName
{
background-color: #5CB13F;
}
</style>
border-color css
<style>
span { border-color: #5CB13F; }
span { border-color: rgb(92,177,63); }
td.TdClassName
{
border-color: #5CB13F;
}
.TagClassName
{
border-color: #5CB13F;
}
</style>