Shades of Apple #5CC53D
Tints of Apple #5CC53D
RGB
CMYK
RGB Variations
Color information
#5CC53D (or 0x5CC53D) is known color: Apple. HEX triplet: 5C, C5 and 3D. RGB value is (92,197,61). Sum of RGB (Red+Green+Blue) = 92+197+61=350 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.29% from 350); Green value is 197 (77.34% from 255 or 56.29% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 197 - color contains mainly: green. Hex color #5CC53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC53D is #A33AC2. Grayscale: #969696. Windows color (decimal): -10697411 or 4048220. OLE color: 4048220.
HSL color Cylindrical-coordinate representation of color #5CC53D: hue angle of 106.32º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5CC53D is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 92 | 197 | 61 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.23 |
| HSL | 106.32º | 0.54% | 0.51% | - |
| HSV(B) | 106.32º | 0.69% | 0.77% | - |
| XYZ | 25.22 | 42.54 | 11.3 | - |
| YUV | 150.1 | 77.71 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 197 | 61 | 0.53 | 0 | 0.69 | 0.23 | 106.32 | 0.54 | 0.51 |
| Hex | 5C | C5 | 3D | 35 | 0 | 45 | 17 | 6A | 36 | 33 |
| Octal | 134 | 305 | 75 | 65 | 0 | 105 | 27 | 152 | 66 | 63 |
| Binary | 1011100 | 11000101 | 111101 | 110101 | 0 | 1000101 | 10111 | 1101010 | 110110 | 110011 |
Color Harmonies of #5CC53D
Complementary color
Monochromatic Colors of #5CC53D
Black with #5CC53D
Text Example
Text Example
White with #5CC53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC53D; }
p { color: rgb(92,197,61); }
H1.HeaderClassName
{
color: #5CC53D;
}
.AnyTagClassName
{
color: #5CC53D;
}
</style>
background-color css
<style>
a { background-color: #5CC53D; }
a { background-color: rgb(92,197,61); }
div.DivClassName
{
background-color: #5CC53D;
}
.BgClassName
{
background-color: #5CC53D;
}
</style>
border-color css
<style>
span { border-color: #5CC53D; }
span { border-color: rgb(92,197,61); }
td.TdClassName
{
border-color: #5CC53D;
}
.TagClassName
{
border-color: #5CC53D;
}
</style>