Shades of Apple #6DC534
Tints of Apple #6DC534
RGB
CMYK
RGB Variations
Color information
#6DC534 (or 0x6DC534) is known color: Apple. HEX triplet: 6D, C5 and 34. RGB value is (109,197,52). Sum of RGB (Red+Green+Blue) = 109+197+52=358 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.45% from 358); Green value is 197 (77.34% from 255 or 55.03% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 197 - color contains mainly: green. Hex color #6DC534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC534 is #923ACB. Grayscale: #9A9A9A. Windows color (decimal): -9583308 or 3458413. OLE color: 3458413.
HSL color Cylindrical-coordinate representation of color #6DC534: hue angle of 96.41º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6DC534 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 197 | 52 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.23 |
| HSL | 96.41º | 0.58% | 0.49% | - |
| HSV(B) | 96.41º | 0.74% | 0.77% | - |
| XYZ | 26.89 | 43.43 | 10.21 | - |
| YUV | 154.16 | 70.35 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 197 | 52 | 0.45 | 0 | 0.74 | 0.23 | 96.41 | 0.58 | 0.49 |
| Hex | 6D | C5 | 34 | 2D | 0 | 4A | 17 | 60 | 3A | 31 |
| Octal | 155 | 305 | 64 | 55 | 0 | 112 | 27 | 140 | 72 | 61 |
| Binary | 1101101 | 11000101 | 110100 | 101101 | 0 | 1001010 | 10111 | 1100000 | 111010 | 110001 |
Color Harmonies of #6DC534
Complementary color
Monochromatic Colors of #6DC534
Black with #6DC534
Text Example
Text Example
White with #6DC534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC534; }
p { color: rgb(109,197,52); }
H1.HeaderClassName
{
color: #6DC534;
}
.AnyTagClassName
{
color: #6DC534;
}
</style>
background-color css
<style>
a { background-color: #6DC534; }
a { background-color: rgb(109,197,52); }
div.DivClassName
{
background-color: #6DC534;
}
.BgClassName
{
background-color: #6DC534;
}
</style>
border-color css
<style>
span { border-color: #6DC534; }
span { border-color: rgb(109,197,52); }
td.TdClassName
{
border-color: #6DC534;
}
.TagClassName
{
border-color: #6DC534;
}
</style>