Shades of Apple #6DC148
Tints of Apple #6DC148
RGB
CMYK
RGB Variations
Color information
#6DC148 (or 0x6DC148) is known color: Apple. HEX triplet: 6D, C1 and 48. RGB value is (109,193,72). Sum of RGB (Red+Green+Blue) = 109+193+72=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 193 (75.78% from 255 or 51.60% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 193 - color contains mainly: green. Hex color #6DC148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC148 is #923EB7. Grayscale: #9A9A9A. Windows color (decimal): -9584312 or 4768109. OLE color: 4768109.
HSL color Cylindrical-coordinate representation of color #6DC148: hue angle of 101.65º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6DC148 is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 193 | 72 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.24 |
| HSL | 101.65º | 0.49% | 0.52% | - |
| HSV(B) | 101.65º | 0.63% | 0.76% | - |
| XYZ | 26.55 | 41.86 | 12.81 | - |
| YUV | 154.09 | 81.67 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 193 | 72 | 0.44 | 0 | 0.63 | 0.24 | 101.65 | 0.49 | 0.52 |
| Hex | 6D | C1 | 48 | 2C | 0 | 3F | 18 | 66 | 31 | 34 |
| Octal | 155 | 301 | 110 | 54 | 0 | 77 | 30 | 146 | 61 | 64 |
| Binary | 1101101 | 11000001 | 1001000 | 101100 | 0 | 111111 | 11000 | 1100110 | 110001 | 110100 |
Color Harmonies of #6DC148
Complementary color
Monochromatic Colors of #6DC148
Black with #6DC148
Text Example
Text Example
White with #6DC148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC148; }
p { color: rgb(109,193,72); }
H1.HeaderClassName
{
color: #6DC148;
}
.AnyTagClassName
{
color: #6DC148;
}
</style>
background-color css
<style>
a { background-color: #6DC148; }
a { background-color: rgb(109,193,72); }
div.DivClassName
{
background-color: #6DC148;
}
.BgClassName
{
background-color: #6DC148;
}
</style>
border-color css
<style>
span { border-color: #6DC148; }
span { border-color: rgb(109,193,72); }
td.TdClassName
{
border-color: #6DC148;
}
.TagClassName
{
border-color: #6DC148;
}
</style>