Shades of Apple #6FDB3D
Tints of Apple #6FDB3D
RGB
CMYK
RGB Variations
Color information
#6FDB3D (or 0x6FDB3D) is known color: Apple. HEX triplet: 6F, DB and 3D. RGB value is (111,219,61). Sum of RGB (Red+Green+Blue) = 111+219+61=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 219 (85.94% from 255 or 56.01% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDB3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FDB3D is #9024C2. Grayscale: #A9A9A9. Windows color (decimal): -9446595 or 4053871. OLE color: 4053871.
HSL color Cylindrical-coordinate representation of color #6FDB3D: hue angle of 101.01º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6FDB3D is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 219 | 61 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.14 |
| HSL | 101.01º | 0.69% | 0.55% | - |
| HSV(B) | 101.01º | 0.72% | 0.86% | - |
| XYZ | 32.73 | 54.38 | 13.19 | - |
| YUV | 168.7 | 67.22 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 61 | 0.49 | 0 | 0.72 | 0.14 | 101.01 | 0.69 | 0.55 |
| Hex | 6F | DB | 3D | 31 | 0 | 48 | E | 65 | 45 | 37 |
| Octal | 157 | 333 | 75 | 61 | 0 | 110 | 16 | 145 | 105 | 67 |
| Binary | 1101111 | 11011011 | 111101 | 110001 | 0 | 1001000 | 1110 | 1100101 | 1000101 | 110111 |
Color Harmonies of #6FDB3D
Complementary color
Monochromatic Colors of #6FDB3D
Black with #6FDB3D
Text Example
Text Example
White with #6FDB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDB3D; }
p { color: rgb(111,219,61); }
H1.HeaderClassName
{
color: #6FDB3D;
}
.AnyTagClassName
{
color: #6FDB3D;
}
</style>
background-color css
<style>
a { background-color: #6FDB3D; }
a { background-color: rgb(111,219,61); }
div.DivClassName
{
background-color: #6FDB3D;
}
.BgClassName
{
background-color: #6FDB3D;
}
</style>
border-color css
<style>
span { border-color: #6FDB3D; }
span { border-color: rgb(111,219,61); }
td.TdClassName
{
border-color: #6FDB3D;
}
.TagClassName
{
border-color: #6FDB3D;
}
</style>