Shades of Apple #6CCF3F
Tints of Apple #6CCF3F
RGB
CMYK
RGB Variations
Color information
#6CCF3F (or 0x6CCF3F) is known color: Apple. HEX triplet: 6C, CF and 3F. RGB value is (108,207,63). Sum of RGB (Red+Green+Blue) = 108+207+63=378 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.57% from 378); Green value is 207 (81.25% from 255 or 54.76% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCF3F is #9330C0. Grayscale: #A1A1A1. Windows color (decimal): -9646273 or 4181868. OLE color: 4181868.
HSL color Cylindrical-coordinate representation of color #6CCF3F: hue angle of 101.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6CCF3F is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 207 | 63 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.19 |
| HSL | 101.25º | 0.6% | 0.53% | - |
| HSV(B) | 101.25º | 0.7% | 0.81% | - |
| XYZ | 29.39 | 48.17 | 12.45 | - |
| YUV | 160.98 | 72.7 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 207 | 63 | 0.48 | 0 | 0.70 | 0.19 | 101.25 | 0.6 | 0.53 |
| Hex | 6C | CF | 3F | 30 | 0 | 46 | 13 | 65 | 3C | 35 |
| Octal | 154 | 317 | 77 | 60 | 0 | 106 | 23 | 145 | 74 | 65 |
| Binary | 1101100 | 11001111 | 111111 | 110000 | 0 | 1000110 | 10011 | 1100101 | 111100 | 110101 |
Color Harmonies of #6CCF3F
Complementary color
Monochromatic Colors of #6CCF3F
Black with #6CCF3F
Text Example
Text Example
White with #6CCF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCF3F; }
p { color: rgb(108,207,63); }
H1.HeaderClassName
{
color: #6CCF3F;
}
.AnyTagClassName
{
color: #6CCF3F;
}
</style>
background-color css
<style>
a { background-color: #6CCF3F; }
a { background-color: rgb(108,207,63); }
div.DivClassName
{
background-color: #6CCF3F;
}
.BgClassName
{
background-color: #6CCF3F;
}
</style>
border-color css
<style>
span { border-color: #6CCF3F; }
span { border-color: rgb(108,207,63); }
td.TdClassName
{
border-color: #6CCF3F;
}
.TagClassName
{
border-color: #6CCF3F;
}
</style>