Shades of Apple #6CC748
Tints of Apple #6CC748
RGB
CMYK
RGB Variations
Color information
#6CC748 (or 0x6CC748) is known color: Apple. HEX triplet: 6C, C7 and 48. RGB value is (108,199,72). Sum of RGB (Red+Green+Blue) = 108+199+72=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 199 (78.12% from 255 or 52.51% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 199 - color contains mainly: green. Hex color #6CC748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CC748 is #9338B7. Grayscale: #9D9D9D. Windows color (decimal): -9648312 or 4769644. OLE color: 4769644.
HSL color Cylindrical-coordinate representation of color #6CC748: hue angle of 102.99º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6CC748 is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 199 | 72 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.22 |
| HSL | 102.99º | 0.53% | 0.53% | - |
| HSV(B) | 102.99º | 0.64% | 0.78% | - |
| XYZ | 27.78 | 44.5 | 13.26 | - |
| YUV | 157.31 | 79.85 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 199 | 72 | 0.46 | 0 | 0.64 | 0.22 | 102.99 | 0.53 | 0.53 |
| Hex | 6C | C7 | 48 | 2E | 0 | 40 | 16 | 67 | 35 | 35 |
| Octal | 154 | 307 | 110 | 56 | 0 | 100 | 26 | 147 | 65 | 65 |
| Binary | 1101100 | 11000111 | 1001000 | 101110 | 0 | 1000000 | 10110 | 1100111 | 110101 | 110101 |
Color Harmonies of #6CC748
Complementary color
Monochromatic Colors of #6CC748
Black with #6CC748
Text Example
Text Example
White with #6CC748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC748; }
p { color: rgb(108,199,72); }
H1.HeaderClassName
{
color: #6CC748;
}
.AnyTagClassName
{
color: #6CC748;
}
</style>
background-color css
<style>
a { background-color: #6CC748; }
a { background-color: rgb(108,199,72); }
div.DivClassName
{
background-color: #6CC748;
}
.BgClassName
{
background-color: #6CC748;
}
</style>
border-color css
<style>
span { border-color: #6CC748; }
span { border-color: rgb(108,199,72); }
td.TdClassName
{
border-color: #6CC748;
}
.TagClassName
{
border-color: #6CC748;
}
</style>