Shades of Apple #6FDF2D
Tints of Apple #6FDF2D
RGB
CMYK
RGB Variations
Color information
#6FDF2D (or 0x6FDF2D) is known color: Apple. HEX triplet: 6F, DF and 2D. RGB value is (111,223,45). Sum of RGB (Red+Green+Blue) = 111+223+45=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 223 (87.5% from 255 or 58.84% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDF2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FDF2D is #9020D2. Grayscale: #A9A9A9. Windows color (decimal): -9445587 or 3006319. OLE color: 3006319.
HSL color Cylindrical-coordinate representation of color #6FDF2D: hue angle of 97.75º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6FDF2D is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 223 | 45 | - |
| CMYK | 0.50 | 0 | 0.80 | 0.13 |
| HSL | 97.75º | 0.74% | 0.53% | - |
| HSV(B) | 97.75º | 0.8% | 0.87% | - |
| XYZ | 33.42 | 56.34 | 11.6 | - |
| YUV | 169.22 | 57.89 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 45 | 0.50 | 0 | 0.80 | 0.13 | 97.75 | 0.74 | 0.53 |
| Hex | 6F | DF | 2D | 32 | 0 | 50 | D | 62 | 4A | 35 |
| Octal | 157 | 337 | 55 | 62 | 0 | 120 | 15 | 142 | 112 | 65 |
| Binary | 1101111 | 11011111 | 101101 | 110010 | 0 | 1010000 | 1101 | 1100010 | 1001010 | 110101 |
Color Harmonies of #6FDF2D
Complementary color
Monochromatic Colors of #6FDF2D
Black with #6FDF2D
Text Example
Text Example
White with #6FDF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDF2D; }
p { color: rgb(111,223,45); }
H1.HeaderClassName
{
color: #6FDF2D;
}
.AnyTagClassName
{
color: #6FDF2D;
}
</style>
background-color css
<style>
a { background-color: #6FDF2D; }
a { background-color: rgb(111,223,45); }
div.DivClassName
{
background-color: #6FDF2D;
}
.BgClassName
{
background-color: #6FDF2D;
}
</style>
border-color css
<style>
span { border-color: #6FDF2D; }
span { border-color: rgb(111,223,45); }
td.TdClassName
{
border-color: #6FDF2D;
}
.TagClassName
{
border-color: #6FDF2D;
}
</style>