Shades of Apple #6CCD2C
Tints of Apple #6CCD2C
RGB
CMYK
RGB Variations
Color information
#6CCD2C (or 0x6CCD2C) is known color: Apple. HEX triplet: 6C, CD and 2C. RGB value is (108,205,44). Sum of RGB (Red+Green+Blue) = 108+205+44=357 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.25% from 357); Green value is 205 (80.47% from 255 or 57.42% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCD2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCD2C is #9332D3. Grayscale: #9E9E9E. Windows color (decimal): -9646804 or 2936172. OLE color: 2936172.
HSL color Cylindrical-coordinate representation of color #6CCD2C: hue angle of 96.15º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6CCD2C is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 205 | 44 | - |
| CMYK | 0.47 | 0 | 0.79 | 0.20 |
| HSL | 96.15º | 0.65% | 0.49% | - |
| HSV(B) | 96.15º | 0.79% | 0.8% | - |
| XYZ | 28.47 | 47.03 | 9.96 | - |
| YUV | 157.64 | 63.86 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 44 | 0.47 | 0 | 0.79 | 0.20 | 96.15 | 0.65 | 0.49 |
| Hex | 6C | CD | 2C | 2F | 0 | 4F | 14 | 60 | 41 | 31 |
| Octal | 154 | 315 | 54 | 57 | 0 | 117 | 24 | 140 | 101 | 61 |
| Binary | 1101100 | 11001101 | 101100 | 101111 | 0 | 1001111 | 10100 | 1100000 | 1000001 | 110001 |
Color Harmonies of #6CCD2C
Complementary color
Monochromatic Colors of #6CCD2C
Black with #6CCD2C
Text Example
Text Example
White with #6CCD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCD2C; }
p { color: rgb(108,205,44); }
H1.HeaderClassName
{
color: #6CCD2C;
}
.AnyTagClassName
{
color: #6CCD2C;
}
</style>
background-color css
<style>
a { background-color: #6CCD2C; }
a { background-color: rgb(108,205,44); }
div.DivClassName
{
background-color: #6CCD2C;
}
.BgClassName
{
background-color: #6CCD2C;
}
</style>
border-color css
<style>
span { border-color: #6CCD2C; }
span { border-color: rgb(108,205,44); }
td.TdClassName
{
border-color: #6CCD2C;
}
.TagClassName
{
border-color: #6CCD2C;
}
</style>