Shades of Apple #6AD83C
Tints of Apple #6AD83C
RGB
CMYK
RGB Variations
Color information
#6AD83C (or 0x6AD83C) is known color: Apple. HEX triplet: 6A, D8 and 3C. RGB value is (106,216,60). Sum of RGB (Red+Green+Blue) = 106+216+60=382 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.75% from 382); Green value is 216 (84.77% from 255 or 56.54% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 216 - color contains mainly: green. Hex color #6AD83C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD83C is #9527C3. Grayscale: #A5A5A5. Windows color (decimal): -9775044 or 3987562. OLE color: 3987562.
HSL color Cylindrical-coordinate representation of color #6AD83C: hue angle of 102.31º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6AD83C is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 216 | 60 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.15 |
| HSL | 102.31º | 0.67% | 0.54% | - |
| HSV(B) | 102.31º | 0.72% | 0.85% | - |
| XYZ | 31.32 | 52.5 | 12.76 | - |
| YUV | 165.33 | 68.56 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 216 | 60 | 0.51 | 0 | 0.72 | 0.15 | 102.31 | 0.67 | 0.54 |
| Hex | 6A | D8 | 3C | 33 | 0 | 48 | F | 66 | 43 | 36 |
| Octal | 152 | 330 | 74 | 63 | 0 | 110 | 17 | 146 | 103 | 66 |
| Binary | 1101010 | 11011000 | 111100 | 110011 | 0 | 1001000 | 1111 | 1100110 | 1000011 | 110110 |
Color Harmonies of #6AD83C
Complementary color
Monochromatic Colors of #6AD83C
Black with #6AD83C
Text Example
Text Example
White with #6AD83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD83C; }
p { color: rgb(106,216,60); }
H1.HeaderClassName
{
color: #6AD83C;
}
.AnyTagClassName
{
color: #6AD83C;
}
</style>
background-color css
<style>
a { background-color: #6AD83C; }
a { background-color: rgb(106,216,60); }
div.DivClassName
{
background-color: #6AD83C;
}
.BgClassName
{
background-color: #6AD83C;
}
</style>
border-color css
<style>
span { border-color: #6AD83C; }
span { border-color: rgb(106,216,60); }
td.TdClassName
{
border-color: #6AD83C;
}
.TagClassName
{
border-color: #6AD83C;
}
</style>