Shades of Apple #6CCF48
Tints of Apple #6CCF48
RGB
CMYK
RGB Variations
Color information
#6CCF48 (or 0x6CCF48) is known color: Apple. HEX triplet: 6C, CF and 48. RGB value is (108,207,72). Sum of RGB (Red+Green+Blue) = 108+207+72=387 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.91% from 387); Green value is 207 (81.25% from 255 or 53.49% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCF48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCF48 is #9330B7. Grayscale: #A2A2A2. Windows color (decimal): -9646264 or 4771692. OLE color: 4771692.
HSL color Cylindrical-coordinate representation of color #6CCF48: hue angle of 104º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6CCF48 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 207 | 72 | - |
| CMYK | 0.48 | 0 | 0.65 | 0.19 |
| HSL | 104º | 0.58% | 0.55% | - |
| HSV(B) | 104º | 0.65% | 0.81% | - |
| XYZ | 29.67 | 48.28 | 13.89 | - |
| YUV | 162.01 | 77.2 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 207 | 72 | 0.48 | 0 | 0.65 | 0.19 | 104 | 0.58 | 0.55 |
| Hex | 6C | CF | 48 | 30 | 0 | 41 | 13 | 68 | 3A | 37 |
| Octal | 154 | 317 | 110 | 60 | 0 | 101 | 23 | 150 | 72 | 67 |
| Binary | 1101100 | 11001111 | 1001000 | 110000 | 0 | 1000001 | 10011 | 1101000 | 111010 | 110111 |
Color Harmonies of #6CCF48
Complementary color
Monochromatic Colors of #6CCF48
Black with #6CCF48
Text Example
Text Example
White with #6CCF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCF48; }
p { color: rgb(108,207,72); }
H1.HeaderClassName
{
color: #6CCF48;
}
.AnyTagClassName
{
color: #6CCF48;
}
</style>
background-color css
<style>
a { background-color: #6CCF48; }
a { background-color: rgb(108,207,72); }
div.DivClassName
{
background-color: #6CCF48;
}
.BgClassName
{
background-color: #6CCF48;
}
</style>
border-color css
<style>
span { border-color: #6CCF48; }
span { border-color: rgb(108,207,72); }
td.TdClassName
{
border-color: #6CCF48;
}
.TagClassName
{
border-color: #6CCF48;
}
</style>