Shades of Apple #6FD145
Tints of Apple #6FD145
RGB
CMYK
RGB Variations
Color information
#6FD145 (or 0x6FD145) is known color: Apple. HEX triplet: 6F, D1 and 45. RGB value is (111,209,69). Sum of RGB (Red+Green+Blue) = 111+209+69=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 209 (82.03% from 255 or 53.73% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 209 - color contains mainly: green. Hex color #6FD145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD145 is #902EBA. Grayscale: #A4A4A4. Windows color (decimal): -9449147 or 4575599. OLE color: 4575599.
HSL color Cylindrical-coordinate representation of color #6FD145: hue angle of 102º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6FD145 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 209 | 69 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.18 |
| HSL | 102º | 0.6% | 0.55% | - |
| HSV(B) | 102º | 0.67% | 0.82% | - |
| XYZ | 30.43 | 49.41 | 13.56 | - |
| YUV | 163.74 | 74.53 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 209 | 69 | 0.47 | 0 | 0.67 | 0.18 | 102 | 0.6 | 0.55 |
| Hex | 6F | D1 | 45 | 2F | 0 | 43 | 12 | 66 | 3C | 37 |
| Octal | 157 | 321 | 105 | 57 | 0 | 103 | 22 | 146 | 74 | 67 |
| Binary | 1101111 | 11010001 | 1000101 | 101111 | 0 | 1000011 | 10010 | 1100110 | 111100 | 110111 |
Color Harmonies of #6FD145
Complementary color
Monochromatic Colors of #6FD145
Black with #6FD145
Text Example
Text Example
White with #6FD145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD145; }
p { color: rgb(111,209,69); }
H1.HeaderClassName
{
color: #6FD145;
}
.AnyTagClassName
{
color: #6FD145;
}
</style>
background-color css
<style>
a { background-color: #6FD145; }
a { background-color: rgb(111,209,69); }
div.DivClassName
{
background-color: #6FD145;
}
.BgClassName
{
background-color: #6FD145;
}
</style>
border-color css
<style>
span { border-color: #6FD145; }
span { border-color: rgb(111,209,69); }
td.TdClassName
{
border-color: #6FD145;
}
.TagClassName
{
border-color: #6FD145;
}
</style>