Shades of Apple #5CCF47
Tints of Apple #5CCF47
RGB
CMYK
RGB Variations
Color information
#5CCF47 (or 0x5CCF47) is known color: Apple. HEX triplet: 5C, CF and 47. RGB value is (92,207,71). Sum of RGB (Red+Green+Blue) = 92+207+71=370 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.86% from 370); Green value is 207 (81.25% from 255 or 55.95% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CCF47 is #A330B8. Grayscale: #9D9D9D. Windows color (decimal): -10694841 or 4706140. OLE color: 4706140.
HSL color Cylindrical-coordinate representation of color #5CCF47: hue angle of 110.74º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5CCF47 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 207 | 71 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.19 |
| HSL | 110.74º | 0.59% | 0.55% | - |
| HSV(B) | 110.74º | 0.66% | 0.81% | - |
| XYZ | 27.86 | 47.36 | 13.63 | - |
| YUV | 157.11 | 79.4 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 207 | 71 | 0.56 | 0 | 0.66 | 0.19 | 110.74 | 0.59 | 0.55 |
| Hex | 5C | CF | 47 | 38 | 0 | 42 | 13 | 6F | 3B | 37 |
| Octal | 134 | 317 | 107 | 70 | 0 | 102 | 23 | 157 | 73 | 67 |
| Binary | 1011100 | 11001111 | 1000111 | 111000 | 0 | 1000010 | 10011 | 1101111 | 111011 | 110111 |
Color Harmonies of #5CCF47
Complementary color
Monochromatic Colors of #5CCF47
Black with #5CCF47
Text Example
Text Example
White with #5CCF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCF47; }
p { color: rgb(92,207,71); }
H1.HeaderClassName
{
color: #5CCF47;
}
.AnyTagClassName
{
color: #5CCF47;
}
</style>
background-color css
<style>
a { background-color: #5CCF47; }
a { background-color: rgb(92,207,71); }
div.DivClassName
{
background-color: #5CCF47;
}
.BgClassName
{
background-color: #5CCF47;
}
</style>
border-color css
<style>
span { border-color: #5CCF47; }
span { border-color: rgb(92,207,71); }
td.TdClassName
{
border-color: #5CCF47;
}
.TagClassName
{
border-color: #5CCF47;
}
</style>