Shades of Apple #6DDF3D
Tints of Apple #6DDF3D
RGB
CMYK
RGB Variations
Color information
#6DDF3D (or 0x6DDF3D) is known color: Apple. HEX triplet: 6D, DF and 3D. RGB value is (109,223,61). Sum of RGB (Red+Green+Blue) = 109+223+61=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 223 (87.5% from 255 or 56.74% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 223 - color contains mainly: green. Hex color #6DDF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DDF3D is #9220C2. Grayscale: #AAAAAA. Windows color (decimal): -9576643 or 4054893. OLE color: 4054893.
HSL color Cylindrical-coordinate representation of color #6DDF3D: hue angle of 102.22º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6DDF3D is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 223 | 61 | - |
| CMYK | 0.51 | 0 | 0.73 | 0.13 |
| HSL | 102.22º | 0.72% | 0.56% | - |
| HSV(B) | 102.22º | 0.73% | 0.87% | - |
| XYZ | 33.54 | 56.36 | 13.53 | - |
| YUV | 170.45 | 66.23 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 223 | 61 | 0.51 | 0 | 0.73 | 0.13 | 102.22 | 0.72 | 0.56 |
| Hex | 6D | DF | 3D | 33 | 0 | 49 | D | 66 | 48 | 38 |
| Octal | 155 | 337 | 75 | 63 | 0 | 111 | 15 | 146 | 110 | 70 |
| Binary | 1101101 | 11011111 | 111101 | 110011 | 0 | 1001001 | 1101 | 1100110 | 1001000 | 111000 |
Color Harmonies of #6DDF3D
Complementary color
Monochromatic Colors of #6DDF3D
Black with #6DDF3D
Text Example
Text Example
White with #6DDF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDF3D; }
p { color: rgb(109,223,61); }
H1.HeaderClassName
{
color: #6DDF3D;
}
.AnyTagClassName
{
color: #6DDF3D;
}
</style>
background-color css
<style>
a { background-color: #6DDF3D; }
a { background-color: rgb(109,223,61); }
div.DivClassName
{
background-color: #6DDF3D;
}
.BgClassName
{
background-color: #6DDF3D;
}
</style>
border-color css
<style>
span { border-color: #6DDF3D; }
span { border-color: rgb(109,223,61); }
td.TdClassName
{
border-color: #6DDF3D;
}
.TagClassName
{
border-color: #6DDF3D;
}
</style>