Shades of Apple #6FDD2D
Tints of Apple #6FDD2D
RGB
CMYK
RGB Variations
Color information
#6FDD2D (or 0x6FDD2D) is known color: Apple. HEX triplet: 6F, DD and 2D. RGB value is (111,221,45). Sum of RGB (Red+Green+Blue) = 111+221+45=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 221 (86.72% from 255 or 58.62% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDD2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FDD2D is #9022D2. Grayscale: #A8A8A8. Windows color (decimal): -9446099 or 3005807. OLE color: 3005807.
HSL color Cylindrical-coordinate representation of color #6FDD2D: hue angle of 97.5º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6FDD2D is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 221 | 45 | - |
| CMYK | 0.50 | 0 | 0.80 | 0.13 |
| HSL | 97.5º | 0.72% | 0.52% | - |
| HSV(B) | 97.5º | 0.8% | 0.87% | - |
| XYZ | 32.89 | 55.28 | 11.42 | - |
| YUV | 168.05 | 58.56 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 221 | 45 | 0.50 | 0 | 0.80 | 0.13 | 97.5 | 0.72 | 0.52 |
| Hex | 6F | DD | 2D | 32 | 0 | 50 | D | 62 | 48 | 34 |
| Octal | 157 | 335 | 55 | 62 | 0 | 120 | 15 | 142 | 110 | 64 |
| Binary | 1101111 | 11011101 | 101101 | 110010 | 0 | 1010000 | 1101 | 1100010 | 1001000 | 110100 |
Color Harmonies of #6FDD2D
Complementary color
Monochromatic Colors of #6FDD2D
Black with #6FDD2D
Text Example
Text Example
White with #6FDD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDD2D; }
p { color: rgb(111,221,45); }
H1.HeaderClassName
{
color: #6FDD2D;
}
.AnyTagClassName
{
color: #6FDD2D;
}
</style>
background-color css
<style>
a { background-color: #6FDD2D; }
a { background-color: rgb(111,221,45); }
div.DivClassName
{
background-color: #6FDD2D;
}
.BgClassName
{
background-color: #6FDD2D;
}
</style>
border-color css
<style>
span { border-color: #6FDD2D; }
span { border-color: rgb(111,221,45); }
td.TdClassName
{
border-color: #6FDD2D;
}
.TagClassName
{
border-color: #6FDD2D;
}
</style>