Shades of Apple #6CDE40
Tints of Apple #6CDE40
RGB
CMYK
RGB Variations
Color information
#6CDE40 (or 0x6CDE40) is known color: Apple. HEX triplet: 6C, DE and 40. RGB value is (108,222,64). Sum of RGB (Red+Green+Blue) = 108+222+64=394 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.41% from 394); Green value is 222 (87.11% from 255 or 56.35% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 222 - color contains mainly: green. Hex color #6CDE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDE40 is #9321BF. Grayscale: #AAAAAA. Windows color (decimal): -9642432 or 4251244. OLE color: 4251244.
HSL color Cylindrical-coordinate representation of color #6CDE40: hue angle of 103.29º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6CDE40 is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 222 | 64 | - |
| CMYK | 0.51 | 0 | 0.71 | 0.13 |
| HSL | 103.29º | 0.71% | 0.56% | - |
| HSV(B) | 103.29º | 0.71% | 0.87% | - |
| XYZ | 33.23 | 55.8 | 13.87 | - |
| YUV | 169.9 | 68.23 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 222 | 64 | 0.51 | 0 | 0.71 | 0.13 | 103.29 | 0.71 | 0.56 |
| Hex | 6C | DE | 40 | 33 | 0 | 47 | D | 67 | 47 | 38 |
| Octal | 154 | 336 | 100 | 63 | 0 | 107 | 15 | 147 | 107 | 70 |
| Binary | 1101100 | 11011110 | 1000000 | 110011 | 0 | 1000111 | 1101 | 1100111 | 1000111 | 111000 |
Color Harmonies of #6CDE40
Complementary color
Monochromatic Colors of #6CDE40
Black with #6CDE40
Text Example
Text Example
White with #6CDE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDE40; }
p { color: rgb(108,222,64); }
H1.HeaderClassName
{
color: #6CDE40;
}
.AnyTagClassName
{
color: #6CDE40;
}
</style>
background-color css
<style>
a { background-color: #6CDE40; }
a { background-color: rgb(108,222,64); }
div.DivClassName
{
background-color: #6CDE40;
}
.BgClassName
{
background-color: #6CDE40;
}
</style>
border-color css
<style>
span { border-color: #6CDE40; }
span { border-color: rgb(108,222,64); }
td.TdClassName
{
border-color: #6CDE40;
}
.TagClassName
{
border-color: #6CDE40;
}
</style>