Shades of Apple #6FCA4A
Tints of Apple #6FCA4A
RGB
CMYK
RGB Variations
Color information
#6FCA4A (or 0x6FCA4A) is known color: Apple. HEX triplet: 6F, CA and 4A. RGB value is (111,202,74). Sum of RGB (Red+Green+Blue) = 111+202+74=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 202 (79.30% from 255 or 52.20% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCA4A is #9035B5. Grayscale: #A0A0A0. Windows color (decimal): -9450934 or 4901487. OLE color: 4901487.
HSL color Cylindrical-coordinate representation of color #6FCA4A: hue angle of 102.66º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6FCA4A is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 202 | 74 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.21 |
| HSL | 102.66º | 0.55% | 0.54% | - |
| HSV(B) | 102.66º | 0.63% | 0.79% | - |
| XYZ | 28.91 | 46.11 | 13.86 | - |
| YUV | 160.2 | 79.35 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 202 | 74 | 0.45 | 0 | 0.63 | 0.21 | 102.66 | 0.55 | 0.54 |
| Hex | 6F | CA | 4A | 2D | 0 | 3F | 15 | 67 | 37 | 36 |
| Octal | 157 | 312 | 112 | 55 | 0 | 77 | 25 | 147 | 67 | 66 |
| Binary | 1101111 | 11001010 | 1001010 | 101101 | 0 | 111111 | 10101 | 1100111 | 110111 | 110110 |
Color Harmonies of #6FCA4A
Complementary color
Monochromatic Colors of #6FCA4A
Black with #6FCA4A
Text Example
Text Example
White with #6FCA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCA4A; }
p { color: rgb(111,202,74); }
H1.HeaderClassName
{
color: #6FCA4A;
}
.AnyTagClassName
{
color: #6FCA4A;
}
</style>
background-color css
<style>
a { background-color: #6FCA4A; }
a { background-color: rgb(111,202,74); }
div.DivClassName
{
background-color: #6FCA4A;
}
.BgClassName
{
background-color: #6FCA4A;
}
</style>
border-color css
<style>
span { border-color: #6FCA4A; }
span { border-color: rgb(111,202,74); }
td.TdClassName
{
border-color: #6FCA4A;
}
.TagClassName
{
border-color: #6FCA4A;
}
</style>