Shades of Apple #6CDC3C
Tints of Apple #6CDC3C
RGB
CMYK
RGB Variations
Color information
#6CDC3C (or 0x6CDC3C) is known color: Apple. HEX triplet: 6C, DC and 3C. RGB value is (108,220,60). Sum of RGB (Red+Green+Blue) = 108+220+60=388 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.84% from 388); Green value is 220 (86.33% from 255 or 56.70% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDC3C is #9323C3. Grayscale: #A8A8A8. Windows color (decimal): -9642948 or 3988588. OLE color: 3988588.
HSL color Cylindrical-coordinate representation of color #6CDC3C: hue angle of 102º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6CDC3C is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 220 | 60 | - |
| CMYK | 0.51 | 0 | 0.73 | 0.14 |
| HSL | 102º | 0.7% | 0.55% | - |
| HSV(B) | 102º | 0.73% | 0.86% | - |
| XYZ | 32.59 | 54.7 | 13.12 | - |
| YUV | 168.27 | 66.89 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 220 | 60 | 0.51 | 0 | 0.73 | 0.14 | 102 | 0.7 | 0.55 |
| Hex | 6C | DC | 3C | 33 | 0 | 49 | E | 66 | 46 | 37 |
| Octal | 154 | 334 | 74 | 63 | 0 | 111 | 16 | 146 | 106 | 67 |
| Binary | 1101100 | 11011100 | 111100 | 110011 | 0 | 1001001 | 1110 | 1100110 | 1000110 | 110111 |
Color Harmonies of #6CDC3C
Complementary color
Monochromatic Colors of #6CDC3C
Black with #6CDC3C
Text Example
Text Example
White with #6CDC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDC3C; }
p { color: rgb(108,220,60); }
H1.HeaderClassName
{
color: #6CDC3C;
}
.AnyTagClassName
{
color: #6CDC3C;
}
</style>
background-color css
<style>
a { background-color: #6CDC3C; }
a { background-color: rgb(108,220,60); }
div.DivClassName
{
background-color: #6CDC3C;
}
.BgClassName
{
background-color: #6CDC3C;
}
</style>
border-color css
<style>
span { border-color: #6CDC3C; }
span { border-color: rgb(108,220,60); }
td.TdClassName
{
border-color: #6CDC3C;
}
.TagClassName
{
border-color: #6CDC3C;
}
</style>