Shades of Apple #6CCD41
Tints of Apple #6CCD41
RGB
CMYK
RGB Variations
Color information
#6CCD41 (or 0x6CCD41) is known color: Apple. HEX triplet: 6C, CD and 41. RGB value is (108,205,65). Sum of RGB (Red+Green+Blue) = 108+205+65=378 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.57% from 378); Green value is 205 (80.47% from 255 or 54.23% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCD41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCD41 is #9332BE. Grayscale: #A0A0A0. Windows color (decimal): -9646783 or 4312428. OLE color: 4312428.
HSL color Cylindrical-coordinate representation of color #6CCD41: hue angle of 101.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6CCD41 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 205 | 65 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.20 |
| HSL | 101.57º | 0.58% | 0.53% | - |
| HSV(B) | 101.57º | 0.68% | 0.8% | - |
| XYZ | 28.97 | 47.23 | 12.59 | - |
| YUV | 160.04 | 74.36 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 65 | 0.47 | 0 | 0.68 | 0.20 | 101.57 | 0.58 | 0.53 |
| Hex | 6C | CD | 41 | 2F | 0 | 44 | 14 | 66 | 3A | 35 |
| Octal | 154 | 315 | 101 | 57 | 0 | 104 | 24 | 146 | 72 | 65 |
| Binary | 1101100 | 11001101 | 1000001 | 101111 | 0 | 1000100 | 10100 | 1100110 | 111010 | 110101 |
Color Harmonies of #6CCD41
Complementary color
Monochromatic Colors of #6CCD41
Black with #6CCD41
Text Example
Text Example
White with #6CCD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCD41; }
p { color: rgb(108,205,65); }
H1.HeaderClassName
{
color: #6CCD41;
}
.AnyTagClassName
{
color: #6CCD41;
}
</style>
background-color css
<style>
a { background-color: #6CCD41; }
a { background-color: rgb(108,205,65); }
div.DivClassName
{
background-color: #6CCD41;
}
.BgClassName
{
background-color: #6CCD41;
}
</style>
border-color css
<style>
span { border-color: #6CCD41; }
span { border-color: rgb(108,205,65); }
td.TdClassName
{
border-color: #6CCD41;
}
.TagClassName
{
border-color: #6CCD41;
}
</style>