Shades of Apple #6CDC3A
Tints of Apple #6CDC3A
RGB
CMYK
RGB Variations
Color information
#6CDC3A (or 0x6CDC3A) is known color: Apple. HEX triplet: 6C, DC and 3A. RGB value is (108,220,58). Sum of RGB (Red+Green+Blue) = 108+220+58=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 220 (86.33% from 255 or 56.99% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDC3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDC3A is #9323C5. Grayscale: #A8A8A8. Windows color (decimal): -9642950 or 3857516. OLE color: 3857516.
HSL color Cylindrical-coordinate representation of color #6CDC3A: hue angle of 101.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6CDC3A is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 220 | 58 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.14 |
| HSL | 101.48º | 0.7% | 0.55% | - |
| HSV(B) | 101.48º | 0.74% | 0.86% | - |
| XYZ | 32.54 | 54.68 | 12.84 | - |
| YUV | 168.04 | 65.89 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 220 | 58 | 0.51 | 0 | 0.74 | 0.14 | 101.48 | 0.7 | 0.55 |
| Hex | 6C | DC | 3A | 33 | 0 | 4A | E | 65 | 46 | 37 |
| Octal | 154 | 334 | 72 | 63 | 0 | 112 | 16 | 145 | 106 | 67 |
| Binary | 1101100 | 11011100 | 111010 | 110011 | 0 | 1001010 | 1110 | 1100101 | 1000110 | 110111 |
Color Harmonies of #6CDC3A
Complementary color
Monochromatic Colors of #6CDC3A
Black with #6CDC3A
Text Example
Text Example
White with #6CDC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDC3A; }
p { color: rgb(108,220,58); }
H1.HeaderClassName
{
color: #6CDC3A;
}
.AnyTagClassName
{
color: #6CDC3A;
}
</style>
background-color css
<style>
a { background-color: #6CDC3A; }
a { background-color: rgb(108,220,58); }
div.DivClassName
{
background-color: #6CDC3A;
}
.BgClassName
{
background-color: #6CDC3A;
}
</style>
border-color css
<style>
span { border-color: #6CDC3A; }
span { border-color: rgb(108,220,58); }
td.TdClassName
{
border-color: #6CDC3A;
}
.TagClassName
{
border-color: #6CDC3A;
}
</style>