Shades of Apple #5CCF4F
Tints of Apple #5CCF4F
RGB
CMYK
RGB Variations
Color information
#5CCF4F (or 0x5CCF4F) is known color: Apple. HEX triplet: 5C, CF and 4F. RGB value is (92,207,79). Sum of RGB (Red+Green+Blue) = 92+207+79=378 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.34% from 378); Green value is 207 (81.25% from 255 or 54.76% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCF4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CCF4F is #A330B0. Grayscale: #9E9E9E. Windows color (decimal): -10694833 or 5230428. OLE color: 5230428.
HSL color Cylindrical-coordinate representation of color #5CCF4F: hue angle of 113.91º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CCF4F is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 207 | 79 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.19 |
| HSL | 113.91º | 0.57% | 0.56% | - |
| HSV(B) | 113.91º | 0.62% | 0.81% | - |
| XYZ | 28.14 | 47.47 | 15.08 | - |
| YUV | 158.02 | 83.4 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 207 | 79 | 0.56 | 0 | 0.62 | 0.19 | 113.91 | 0.57 | 0.56 |
| Hex | 5C | CF | 4F | 38 | 0 | 3E | 13 | 72 | 39 | 38 |
| Octal | 134 | 317 | 117 | 70 | 0 | 76 | 23 | 162 | 71 | 70 |
| Binary | 1011100 | 11001111 | 1001111 | 111000 | 0 | 111110 | 10011 | 1110010 | 111001 | 111000 |
Color Harmonies of #5CCF4F
Complementary color
Monochromatic Colors of #5CCF4F
Black with #5CCF4F
Text Example
Text Example
White with #5CCF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCF4F; }
p { color: rgb(92,207,79); }
H1.HeaderClassName
{
color: #5CCF4F;
}
.AnyTagClassName
{
color: #5CCF4F;
}
</style>
background-color css
<style>
a { background-color: #5CCF4F; }
a { background-color: rgb(92,207,79); }
div.DivClassName
{
background-color: #5CCF4F;
}
.BgClassName
{
background-color: #5CCF4F;
}
</style>
border-color css
<style>
span { border-color: #5CCF4F; }
span { border-color: rgb(92,207,79); }
td.TdClassName
{
border-color: #5CCF4F;
}
.TagClassName
{
border-color: #5CCF4F;
}
</style>