Shades of Apple #6CDD32
Tints of Apple #6CDD32
RGB
CMYK
RGB Variations
Color information
#6CDD32 (or 0x6CDD32) is known color: Apple. HEX triplet: 6C, DD and 32. RGB value is (108,221,50). Sum of RGB (Red+Green+Blue) = 108+221+50=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 221 (86.72% from 255 or 58.31% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDD32 is #9322CD. Grayscale: #A8A8A8. Windows color (decimal): -9642702 or 3333484. OLE color: 3333484.
HSL color Cylindrical-coordinate representation of color #6CDD32: hue angle of 99.65º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6CDD32 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 221 | 50 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.13 |
| HSL | 99.65º | 0.72% | 0.53% | - |
| HSV(B) | 99.65º | 0.77% | 0.87% | - |
| XYZ | 32.62 | 55.13 | 11.94 | - |
| YUV | 167.72 | 61.56 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 221 | 50 | 0.51 | 0 | 0.77 | 0.13 | 99.65 | 0.72 | 0.53 |
| Hex | 6C | DD | 32 | 33 | 0 | 4D | D | 64 | 48 | 35 |
| Octal | 154 | 335 | 62 | 63 | 0 | 115 | 15 | 144 | 110 | 65 |
| Binary | 1101100 | 11011101 | 110010 | 110011 | 0 | 1001101 | 1101 | 1100100 | 1001000 | 110101 |
Color Harmonies of #6CDD32
Complementary color
Monochromatic Colors of #6CDD32
Black with #6CDD32
Text Example
Text Example
White with #6CDD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDD32; }
p { color: rgb(108,221,50); }
H1.HeaderClassName
{
color: #6CDD32;
}
.AnyTagClassName
{
color: #6CDD32;
}
</style>
background-color css
<style>
a { background-color: #6CDD32; }
a { background-color: rgb(108,221,50); }
div.DivClassName
{
background-color: #6CDD32;
}
.BgClassName
{
background-color: #6CDD32;
}
</style>
border-color css
<style>
span { border-color: #6CDD32; }
span { border-color: rgb(108,221,50); }
td.TdClassName
{
border-color: #6CDD32;
}
.TagClassName
{
border-color: #6CDD32;
}
</style>