Shades of Apple #6AD72D
Tints of Apple #6AD72D
RGB
CMYK
RGB Variations
Color information
#6AD72D (or 0x6AD72D) is known color: Apple. HEX triplet: 6A, D7 and 2D. RGB value is (106,215,45). Sum of RGB (Red+Green+Blue) = 106+215+45=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 215 (84.38% from 255 or 58.74% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD72D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD72D is #9528D2. Grayscale: #A3A3A3. Windows color (decimal): -9775315 or 3004266. OLE color: 3004266.
HSL color Cylindrical-coordinate representation of color #6AD72D: hue angle of 98.47º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6AD72D is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 215 | 45 | - |
| CMYK | 0.51 | 0 | 0.79 | 0.16 |
| HSL | 98.47º | 0.68% | 0.51% | - |
| HSV(B) | 98.47º | 0.79% | 0.84% | - |
| XYZ | 30.72 | 51.85 | 10.87 | - |
| YUV | 163.03 | 61.39 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 215 | 45 | 0.51 | 0 | 0.79 | 0.16 | 98.47 | 0.68 | 0.51 |
| Hex | 6A | D7 | 2D | 33 | 0 | 4F | 10 | 62 | 44 | 33 |
| Octal | 152 | 327 | 55 | 63 | 0 | 117 | 20 | 142 | 104 | 63 |
| Binary | 1101010 | 11010111 | 101101 | 110011 | 0 | 1001111 | 10000 | 1100010 | 1000100 | 110011 |
Color Harmonies of #6AD72D
Complementary color
Monochromatic Colors of #6AD72D
Black with #6AD72D
Text Example
Text Example
White with #6AD72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD72D; }
p { color: rgb(106,215,45); }
H1.HeaderClassName
{
color: #6AD72D;
}
.AnyTagClassName
{
color: #6AD72D;
}
</style>
background-color css
<style>
a { background-color: #6AD72D; }
a { background-color: rgb(106,215,45); }
div.DivClassName
{
background-color: #6AD72D;
}
.BgClassName
{
background-color: #6AD72D;
}
</style>
border-color css
<style>
span { border-color: #6AD72D; }
span { border-color: rgb(106,215,45); }
td.TdClassName
{
border-color: #6AD72D;
}
.TagClassName
{
border-color: #6AD72D;
}
</style>