Shades of Apple #6CCF3D
Tints of Apple #6CCF3D
RGB
CMYK
RGB Variations
Color information
#6CCF3D (or 0x6CCF3D) is known color: Apple. HEX triplet: 6C, CF and 3D. RGB value is (108,207,61). Sum of RGB (Red+Green+Blue) = 108+207+61=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 207 (81.25% from 255 or 55.05% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCF3D is #9330C2. Grayscale: #A1A1A1. Windows color (decimal): -9646275 or 4050796. OLE color: 4050796.
HSL color Cylindrical-coordinate representation of color #6CCF3D: hue angle of 100.68º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6CCF3D is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 207 | 61 | - |
| CMYK | 0.48 | 0 | 0.71 | 0.19 |
| HSL | 100.68º | 0.6% | 0.53% | - |
| HSV(B) | 100.68º | 0.71% | 0.81% | - |
| XYZ | 29.34 | 48.15 | 12.16 | - |
| YUV | 160.76 | 71.7 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 207 | 61 | 0.48 | 0 | 0.71 | 0.19 | 100.68 | 0.6 | 0.53 |
| Hex | 6C | CF | 3D | 30 | 0 | 47 | 13 | 65 | 3C | 35 |
| Octal | 154 | 317 | 75 | 60 | 0 | 107 | 23 | 145 | 74 | 65 |
| Binary | 1101100 | 11001111 | 111101 | 110000 | 0 | 1000111 | 10011 | 1100101 | 111100 | 110101 |
Color Harmonies of #6CCF3D
Complementary color
Monochromatic Colors of #6CCF3D
Black with #6CCF3D
Text Example
Text Example
White with #6CCF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCF3D; }
p { color: rgb(108,207,61); }
H1.HeaderClassName
{
color: #6CCF3D;
}
.AnyTagClassName
{
color: #6CCF3D;
}
</style>
background-color css
<style>
a { background-color: #6CCF3D; }
a { background-color: rgb(108,207,61); }
div.DivClassName
{
background-color: #6CCF3D;
}
.BgClassName
{
background-color: #6CCF3D;
}
</style>
border-color css
<style>
span { border-color: #6CCF3D; }
span { border-color: rgb(108,207,61); }
td.TdClassName
{
border-color: #6CCF3D;
}
.TagClassName
{
border-color: #6CCF3D;
}
</style>