Shades of Apple #6FCC4A
Tints of Apple #6FCC4A
RGB
CMYK
RGB Variations
Color information
#6FCC4A (or 0x6FCC4A) is known color: Apple. HEX triplet: 6F, CC and 4A. RGB value is (111,204,74). Sum of RGB (Red+Green+Blue) = 111+204+74=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCC4A is #9033B5. Grayscale: #A1A1A1. Windows color (decimal): -9450422 or 4901999. OLE color: 4901999.
HSL color Cylindrical-coordinate representation of color #6FCC4A: hue angle of 102.92º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6FCC4A is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 74 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.2 |
| HSL | 102.92º | 0.56% | 0.55% | - |
| HSV(B) | 102.92º | 0.64% | 0.8% | - |
| XYZ | 29.38 | 47.06 | 14.01 | - |
| YUV | 161.37 | 78.69 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 74 | 0.46 | 0 | 0.64 | 0.2 | 102.92 | 0.56 | 0.55 |
| Hex | 6F | CC | 4A | 2E | 0 | 40 | 14 | 67 | 38 | 37 |
| Octal | 157 | 314 | 112 | 56 | 0 | 100 | 24 | 147 | 70 | 67 |
| Binary | 1101111 | 11001100 | 1001010 | 101110 | 0 | 1000000 | 10100 | 1100111 | 111000 | 110111 |
Color Harmonies of #6FCC4A
Complementary color
Monochromatic Colors of #6FCC4A
Black with #6FCC4A
Text Example
Text Example
White with #6FCC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCC4A; }
p { color: rgb(111,204,74); }
H1.HeaderClassName
{
color: #6FCC4A;
}
.AnyTagClassName
{
color: #6FCC4A;
}
</style>
background-color css
<style>
a { background-color: #6FCC4A; }
a { background-color: rgb(111,204,74); }
div.DivClassName
{
background-color: #6FCC4A;
}
.BgClassName
{
background-color: #6FCC4A;
}
</style>
border-color css
<style>
span { border-color: #6FCC4A; }
span { border-color: rgb(111,204,74); }
td.TdClassName
{
border-color: #6FCC4A;
}
.TagClassName
{
border-color: #6FCC4A;
}
</style>