Shades of Apple #6DC448
Tints of Apple #6DC448
RGB
CMYK
RGB Variations
Color information
#6DC448 (or 0x6DC448) is known color: Apple. HEX triplet: 6D, C4 and 48. RGB value is (109,196,72). Sum of RGB (Red+Green+Blue) = 109+196+72=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 196 (76.95% from 255 or 51.99% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 196 - color contains mainly: green. Hex color #6DC448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC448 is #923BB7. Grayscale: #9C9C9C. Windows color (decimal): -9583544 or 4768877. OLE color: 4768877.
HSL color Cylindrical-coordinate representation of color #6DC448: hue angle of 102.1º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6DC448 is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 196 | 72 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.23 |
| HSL | 102.1º | 0.51% | 0.53% | - |
| HSV(B) | 102.1º | 0.63% | 0.77% | - |
| XYZ | 27.22 | 43.2 | 13.03 | - |
| YUV | 155.85 | 80.68 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 196 | 72 | 0.44 | 0 | 0.63 | 0.23 | 102.1 | 0.51 | 0.53 |
| Hex | 6D | C4 | 48 | 2C | 0 | 3F | 17 | 66 | 33 | 35 |
| Octal | 155 | 304 | 110 | 54 | 0 | 77 | 27 | 146 | 63 | 65 |
| Binary | 1101101 | 11000100 | 1001000 | 101100 | 0 | 111111 | 10111 | 1100110 | 110011 | 110101 |
Color Harmonies of #6DC448
Complementary color
Monochromatic Colors of #6DC448
Black with #6DC448
Text Example
Text Example
White with #6DC448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC448; }
p { color: rgb(109,196,72); }
H1.HeaderClassName
{
color: #6DC448;
}
.AnyTagClassName
{
color: #6DC448;
}
</style>
background-color css
<style>
a { background-color: #6DC448; }
a { background-color: rgb(109,196,72); }
div.DivClassName
{
background-color: #6DC448;
}
.BgClassName
{
background-color: #6DC448;
}
</style>
border-color css
<style>
span { border-color: #6DC448; }
span { border-color: rgb(109,196,72); }
td.TdClassName
{
border-color: #6DC448;
}
.TagClassName
{
border-color: #6DC448;
}
</style>