Shades of Apple #6CD044
Tints of Apple #6CD044
RGB
CMYK
RGB Variations
Color information
#6CD044 (or 0x6CD044) is known color: Apple. HEX triplet: 6C, D0 and 44. RGB value is (108,208,68). Sum of RGB (Red+Green+Blue) = 108+208+68=384 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.12% from 384); Green value is 208 (81.64% from 255 or 54.17% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD044 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CD044 is #932FBB. Grayscale: #A2A2A2. Windows color (decimal): -9646012 or 4509804. OLE color: 4509804.
HSL color Cylindrical-coordinate representation of color #6CD044: hue angle of 102.86º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6CD044 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 208 | 68 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.18 |
| HSL | 102.86º | 0.6% | 0.54% | - |
| HSV(B) | 102.86º | 0.67% | 0.82% | - |
| XYZ | 29.78 | 48.72 | 13.3 | - |
| YUV | 162.14 | 74.87 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 208 | 68 | 0.48 | 0 | 0.67 | 0.18 | 102.86 | 0.6 | 0.54 |
| Hex | 6C | D0 | 44 | 30 | 0 | 43 | 12 | 67 | 3C | 36 |
| Octal | 154 | 320 | 104 | 60 | 0 | 103 | 22 | 147 | 74 | 66 |
| Binary | 1101100 | 11010000 | 1000100 | 110000 | 0 | 1000011 | 10010 | 1100111 | 111100 | 110110 |
Color Harmonies of #6CD044
Complementary color
Monochromatic Colors of #6CD044
Black with #6CD044
Text Example
Text Example
White with #6CD044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD044; }
p { color: rgb(108,208,68); }
H1.HeaderClassName
{
color: #6CD044;
}
.AnyTagClassName
{
color: #6CD044;
}
</style>
background-color css
<style>
a { background-color: #6CD044; }
a { background-color: rgb(108,208,68); }
div.DivClassName
{
background-color: #6CD044;
}
.BgClassName
{
background-color: #6CD044;
}
</style>
border-color css
<style>
span { border-color: #6CD044; }
span { border-color: rgb(108,208,68); }
td.TdClassName
{
border-color: #6CD044;
}
.TagClassName
{
border-color: #6CD044;
}
</style>