Shades of Apple #6DB452
Tints of Apple #6DB452
RGB
CMYK
RGB Variations
Color information
#6DB452 (or 0x6DB452) is known color: Apple. HEX triplet: 6D, B4 and 52. RGB value is (109,180,82). Sum of RGB (Red+Green+Blue) = 109+180+82=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB452 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB452 is #924BAD. Grayscale: #939393. Windows color (decimal): -9587630 or 5420141. OLE color: 5420141.
HSL color Cylindrical-coordinate representation of color #6DB452: hue angle of 103.47º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DB452 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 82 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.29 |
| HSL | 103.47º | 0.4% | 0.51% | - |
| HSV(B) | 103.47º | 0.54% | 0.71% | - |
| XYZ | 24.15 | 36.5 | 13.76 | - |
| YUV | 147.6 | 90.98 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 82 | 0.39 | 0 | 0.54 | 0.29 | 103.47 | 0.4 | 0.51 |
| Hex | 6D | B4 | 52 | 27 | 0 | 36 | 1D | 67 | 28 | 33 |
| Octal | 155 | 264 | 122 | 47 | 0 | 66 | 35 | 147 | 50 | 63 |
| Binary | 1101101 | 10110100 | 1010010 | 100111 | 0 | 110110 | 11101 | 1100111 | 101000 | 110011 |
Color Harmonies of #6DB452
Complementary color
Monochromatic Colors of #6DB452
Black with #6DB452
Text Example
Text Example
White with #6DB452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB452; }
p { color: rgb(109,180,82); }
H1.HeaderClassName
{
color: #6DB452;
}
.AnyTagClassName
{
color: #6DB452;
}
</style>
background-color css
<style>
a { background-color: #6DB452; }
a { background-color: rgb(109,180,82); }
div.DivClassName
{
background-color: #6DB452;
}
.BgClassName
{
background-color: #6DB452;
}
</style>
border-color css
<style>
span { border-color: #6DB452; }
span { border-color: rgb(109,180,82); }
td.TdClassName
{
border-color: #6DB452;
}
.TagClassName
{
border-color: #6DB452;
}
</style>