Shades of Apple #5CCF40
Tints of Apple #5CCF40
RGB
CMYK
RGB Variations
Color information
#5CCF40 (or 0x5CCF40) is known color: Apple. HEX triplet: 5C, CF and 40. RGB value is (92,207,64). Sum of RGB (Red+Green+Blue) = 92+207+64=363 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.34% from 363); Green value is 207 (81.25% from 255 or 57.02% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CCF40 is #A330BF. Grayscale: #9C9C9C. Windows color (decimal): -10694848 or 4247388. OLE color: 4247388.
HSL color Cylindrical-coordinate representation of color #5CCF40: hue angle of 108.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5CCF40 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 207 | 64 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.19 |
| HSL | 108.25º | 0.6% | 0.53% | - |
| HSV(B) | 108.25º | 0.69% | 0.81% | - |
| XYZ | 27.65 | 47.27 | 12.52 | - |
| YUV | 156.31 | 75.9 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 207 | 64 | 0.56 | 0 | 0.69 | 0.19 | 108.25 | 0.6 | 0.53 |
| Hex | 5C | CF | 40 | 38 | 0 | 45 | 13 | 6C | 3C | 35 |
| Octal | 134 | 317 | 100 | 70 | 0 | 105 | 23 | 154 | 74 | 65 |
| Binary | 1011100 | 11001111 | 1000000 | 111000 | 0 | 1000101 | 10011 | 1101100 | 111100 | 110101 |
Color Harmonies of #5CCF40
Complementary color
Monochromatic Colors of #5CCF40
Black with #5CCF40
Text Example
Text Example
White with #5CCF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCF40; }
p { color: rgb(92,207,64); }
H1.HeaderClassName
{
color: #5CCF40;
}
.AnyTagClassName
{
color: #5CCF40;
}
</style>
background-color css
<style>
a { background-color: #5CCF40; }
a { background-color: rgb(92,207,64); }
div.DivClassName
{
background-color: #5CCF40;
}
.BgClassName
{
background-color: #5CCF40;
}
</style>
border-color css
<style>
span { border-color: #5CCF40; }
span { border-color: rgb(92,207,64); }
td.TdClassName
{
border-color: #5CCF40;
}
.TagClassName
{
border-color: #5CCF40;
}
</style>