Shades of Apple #6CCC3F
Tints of Apple #6CCC3F
RGB
CMYK
RGB Variations
Color information
#6CCC3F (or 0x6CCC3F) is known color: Apple. HEX triplet: 6C, CC and 3F. RGB value is (108,204,63). Sum of RGB (Red+Green+Blue) = 108+204+63=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCC3F is #9333C0. Grayscale: #9F9F9F. Windows color (decimal): -9647041 or 4181100. OLE color: 4181100.
HSL color Cylindrical-coordinate representation of color #6CCC3F: hue angle of 100.85º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6CCC3F is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 63 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.2 |
| HSL | 100.85º | 0.58% | 0.52% | - |
| HSV(B) | 100.85º | 0.69% | 0.8% | - |
| XYZ | 28.67 | 46.73 | 12.21 | - |
| YUV | 159.22 | 73.7 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 63 | 0.47 | 0 | 0.69 | 0.2 | 100.85 | 0.58 | 0.52 |
| Hex | 6C | CC | 3F | 2F | 0 | 45 | 14 | 65 | 3A | 34 |
| Octal | 154 | 314 | 77 | 57 | 0 | 105 | 24 | 145 | 72 | 64 |
| Binary | 1101100 | 11001100 | 111111 | 101111 | 0 | 1000101 | 10100 | 1100101 | 111010 | 110100 |
Color Harmonies of #6CCC3F
Complementary color
Monochromatic Colors of #6CCC3F
Black with #6CCC3F
Text Example
Text Example
White with #6CCC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC3F; }
p { color: rgb(108,204,63); }
H1.HeaderClassName
{
color: #6CCC3F;
}
.AnyTagClassName
{
color: #6CCC3F;
}
</style>
background-color css
<style>
a { background-color: #6CCC3F; }
a { background-color: rgb(108,204,63); }
div.DivClassName
{
background-color: #6CCC3F;
}
.BgClassName
{
background-color: #6CCC3F;
}
</style>
border-color css
<style>
span { border-color: #6CCC3F; }
span { border-color: rgb(108,204,63); }
td.TdClassName
{
border-color: #6CCC3F;
}
.TagClassName
{
border-color: #6CCC3F;
}
</style>