Shades of Apple #6FDA3D
Tints of Apple #6FDA3D
RGB
CMYK
RGB Variations
Color information
#6FDA3D (or 0x6FDA3D) is known color: Apple. HEX triplet: 6F, DA and 3D. RGB value is (111,218,61). Sum of RGB (Red+Green+Blue) = 111+218+61=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 218 (85.55% from 255 or 55.90% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FDA3D is #9025C2. Grayscale: #A8A8A8. Windows color (decimal): -9446851 or 4053615. OLE color: 4053615.
HSL color Cylindrical-coordinate representation of color #6FDA3D: hue angle of 100.89º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6FDA3D is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 218 | 61 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.15 |
| HSL | 100.89º | 0.68% | 0.55% | - |
| HSV(B) | 100.89º | 0.72% | 0.85% | - |
| XYZ | 32.47 | 53.86 | 13.1 | - |
| YUV | 168.11 | 67.55 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 218 | 61 | 0.49 | 0 | 0.72 | 0.15 | 100.89 | 0.68 | 0.55 |
| Hex | 6F | DA | 3D | 31 | 0 | 48 | F | 65 | 44 | 37 |
| Octal | 157 | 332 | 75 | 61 | 0 | 110 | 17 | 145 | 104 | 67 |
| Binary | 1101111 | 11011010 | 111101 | 110001 | 0 | 1001000 | 1111 | 1100101 | 1000100 | 110111 |
Color Harmonies of #6FDA3D
Complementary color
Monochromatic Colors of #6FDA3D
Black with #6FDA3D
Text Example
Text Example
White with #6FDA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDA3D; }
p { color: rgb(111,218,61); }
H1.HeaderClassName
{
color: #6FDA3D;
}
.AnyTagClassName
{
color: #6FDA3D;
}
</style>
background-color css
<style>
a { background-color: #6FDA3D; }
a { background-color: rgb(111,218,61); }
div.DivClassName
{
background-color: #6FDA3D;
}
.BgClassName
{
background-color: #6FDA3D;
}
</style>
border-color css
<style>
span { border-color: #6FDA3D; }
span { border-color: rgb(111,218,61); }
td.TdClassName
{
border-color: #6FDA3D;
}
.TagClassName
{
border-color: #6FDA3D;
}
</style>