Shades of Apple #5CCA41
Tints of Apple #5CCA41
RGB
CMYK
RGB Variations
Color information
#5CCA41 (or 0x5CCA41) is known color: Apple. HEX triplet: 5C, CA and 41. RGB value is (92,202,65). Sum of RGB (Red+Green+Blue) = 92+202+65=359 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.63% from 359); Green value is 202 (79.30% from 255 or 56.27% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CCA41 is #A335BE. Grayscale: #999999. Windows color (decimal): -10696127 or 4311644. OLE color: 4311644.
HSL color Cylindrical-coordinate representation of color #5CCA41: hue angle of 108.18º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5CCA41 is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 202 | 65 | - |
| CMYK | 0.54 | 0 | 0.68 | 0.21 |
| HSL | 108.18º | 0.56% | 0.52% | - |
| HSV(B) | 108.18º | 0.68% | 0.79% | - |
| XYZ | 26.49 | 44.9 | 12.27 | - |
| YUV | 153.49 | 78.06 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 202 | 65 | 0.54 | 0 | 0.68 | 0.21 | 108.18 | 0.56 | 0.52 |
| Hex | 5C | CA | 41 | 36 | 0 | 44 | 15 | 6C | 38 | 34 |
| Octal | 134 | 312 | 101 | 66 | 0 | 104 | 25 | 154 | 70 | 64 |
| Binary | 1011100 | 11001010 | 1000001 | 110110 | 0 | 1000100 | 10101 | 1101100 | 111000 | 110100 |
Color Harmonies of #5CCA41
Complementary color
Monochromatic Colors of #5CCA41
Black with #5CCA41
Text Example
Text Example
White with #5CCA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCA41; }
p { color: rgb(92,202,65); }
H1.HeaderClassName
{
color: #5CCA41;
}
.AnyTagClassName
{
color: #5CCA41;
}
</style>
background-color css
<style>
a { background-color: #5CCA41; }
a { background-color: rgb(92,202,65); }
div.DivClassName
{
background-color: #5CCA41;
}
.BgClassName
{
background-color: #5CCA41;
}
</style>
border-color css
<style>
span { border-color: #5CCA41; }
span { border-color: rgb(92,202,65); }
td.TdClassName
{
border-color: #5CCA41;
}
.TagClassName
{
border-color: #5CCA41;
}
</style>