Shades of Apple #6CDA40
Tints of Apple #6CDA40
RGB
CMYK
RGB Variations
Color information
#6CDA40 (or 0x6CDA40) is known color: Apple. HEX triplet: 6C, DA and 40. RGB value is (108,218,64). Sum of RGB (Red+Green+Blue) = 108+218+64=390 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.69% from 390); Green value is 218 (85.55% from 255 or 55.90% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDA40 is #9325BF. Grayscale: #A8A8A8. Windows color (decimal): -9643456 or 4250220. OLE color: 4250220.
HSL color Cylindrical-coordinate representation of color #6CDA40: hue angle of 102.86º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6CDA40 is Cyan = 0.50, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 218 | 64 | - |
| CMYK | 0.50 | 0 | 0.71 | 0.15 |
| HSL | 102.86º | 0.68% | 0.55% | - |
| HSV(B) | 102.86º | 0.71% | 0.85% | - |
| XYZ | 32.18 | 53.7 | 13.52 | - |
| YUV | 167.55 | 69.56 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 64 | 0.50 | 0 | 0.71 | 0.15 | 102.86 | 0.68 | 0.55 |
| Hex | 6C | DA | 40 | 32 | 0 | 47 | F | 67 | 44 | 37 |
| Octal | 154 | 332 | 100 | 62 | 0 | 107 | 17 | 147 | 104 | 67 |
| Binary | 1101100 | 11011010 | 1000000 | 110010 | 0 | 1000111 | 1111 | 1100111 | 1000100 | 110111 |
Color Harmonies of #6CDA40
Complementary color
Monochromatic Colors of #6CDA40
Black with #6CDA40
Text Example
Text Example
White with #6CDA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDA40; }
p { color: rgb(108,218,64); }
H1.HeaderClassName
{
color: #6CDA40;
}
.AnyTagClassName
{
color: #6CDA40;
}
</style>
background-color css
<style>
a { background-color: #6CDA40; }
a { background-color: rgb(108,218,64); }
div.DivClassName
{
background-color: #6CDA40;
}
.BgClassName
{
background-color: #6CDA40;
}
</style>
border-color css
<style>
span { border-color: #6CDA40; }
span { border-color: rgb(108,218,64); }
td.TdClassName
{
border-color: #6CDA40;
}
.TagClassName
{
border-color: #6CDA40;
}
</style>