Shades of Apple #6FCD2C
Tints of Apple #6FCD2C
RGB
CMYK
RGB Variations
Color information
#6FCD2C (or 0x6FCD2C) is known color: Apple. HEX triplet: 6F, CD and 2C. RGB value is (111,205,44). Sum of RGB (Red+Green+Blue) = 111+205+44=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 205 (80.47% from 255 or 56.94% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCD2C is #9032D3. Grayscale: #9F9F9F. Windows color (decimal): -9450196 or 2936175. OLE color: 2936175.
HSL color Cylindrical-coordinate representation of color #6FCD2C: hue angle of 95.03º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6FCD2C is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 44 | - |
| CMYK | 0.46 | 0 | 0.79 | 0.20 |
| HSL | 95.03º | 0.65% | 0.49% | - |
| HSV(B) | 95.03º | 0.79% | 0.8% | - |
| XYZ | 28.84 | 47.22 | 9.98 | - |
| YUV | 158.54 | 63.36 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 44 | 0.46 | 0 | 0.79 | 0.20 | 95.03 | 0.65 | 0.49 |
| Hex | 6F | CD | 2C | 2E | 0 | 4F | 14 | 5F | 41 | 31 |
| Octal | 157 | 315 | 54 | 56 | 0 | 117 | 24 | 137 | 101 | 61 |
| Binary | 1101111 | 11001101 | 101100 | 101110 | 0 | 1001111 | 10100 | 1011111 | 1000001 | 110001 |
Color Harmonies of #6FCD2C
Complementary color
Monochromatic Colors of #6FCD2C
Black with #6FCD2C
Text Example
Text Example
White with #6FCD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD2C; }
p { color: rgb(111,205,44); }
H1.HeaderClassName
{
color: #6FCD2C;
}
.AnyTagClassName
{
color: #6FCD2C;
}
</style>
background-color css
<style>
a { background-color: #6FCD2C; }
a { background-color: rgb(111,205,44); }
div.DivClassName
{
background-color: #6FCD2C;
}
.BgClassName
{
background-color: #6FCD2C;
}
</style>
border-color css
<style>
span { border-color: #6FCD2C; }
span { border-color: rgb(111,205,44); }
td.TdClassName
{
border-color: #6FCD2C;
}
.TagClassName
{
border-color: #6FCD2C;
}
</style>