Shades of Apple #6CCD48
Tints of Apple #6CCD48
RGB
CMYK
RGB Variations
Color information
#6CCD48 (or 0x6CCD48) is known color: Apple. HEX triplet: 6C, CD and 48. RGB value is (108,205,72). Sum of RGB (Red+Green+Blue) = 108+205+72=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 205 (80.47% from 255 or 53.25% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCD48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCD48 is #9332B7. Grayscale: #A1A1A1. Windows color (decimal): -9646776 or 4771180. OLE color: 4771180.
HSL color Cylindrical-coordinate representation of color #6CCD48: hue angle of 103.76º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6CCD48 is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 205 | 72 | - |
| CMYK | 0.47 | 0 | 0.65 | 0.20 |
| HSL | 103.76º | 0.57% | 0.54% | - |
| HSV(B) | 103.76º | 0.65% | 0.8% | - |
| XYZ | 29.19 | 47.32 | 13.73 | - |
| YUV | 160.84 | 77.86 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 72 | 0.47 | 0 | 0.65 | 0.20 | 103.76 | 0.57 | 0.54 |
| Hex | 6C | CD | 48 | 2F | 0 | 41 | 14 | 68 | 39 | 36 |
| Octal | 154 | 315 | 110 | 57 | 0 | 101 | 24 | 150 | 71 | 66 |
| Binary | 1101100 | 11001101 | 1001000 | 101111 | 0 | 1000001 | 10100 | 1101000 | 111001 | 110110 |
Color Harmonies of #6CCD48
Complementary color
Monochromatic Colors of #6CCD48
Black with #6CCD48
Text Example
Text Example
White with #6CCD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCD48; }
p { color: rgb(108,205,72); }
H1.HeaderClassName
{
color: #6CCD48;
}
.AnyTagClassName
{
color: #6CCD48;
}
</style>
background-color css
<style>
a { background-color: #6CCD48; }
a { background-color: rgb(108,205,72); }
div.DivClassName
{
background-color: #6CCD48;
}
.BgClassName
{
background-color: #6CCD48;
}
</style>
border-color css
<style>
span { border-color: #6CCD48; }
span { border-color: rgb(108,205,72); }
td.TdClassName
{
border-color: #6CCD48;
}
.TagClassName
{
border-color: #6CCD48;
}
</style>