Shades of Apple #6FD62C
Tints of Apple #6FD62C
RGB
CMYK
RGB Variations
Color information
#6FD62C (or 0x6FD62C) is known color: Apple. HEX triplet: 6F, D6 and 2C. RGB value is (111,214,44). Sum of RGB (Red+Green+Blue) = 111+214+44=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 214 (83.98% from 255 or 57.99% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 214 - color contains mainly: green. Hex color #6FD62C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD62C is #9029D3. Grayscale: #A4A4A4. Windows color (decimal): -9447892 or 2938479. OLE color: 2938479.
HSL color Cylindrical-coordinate representation of color #6FD62C: hue angle of 96.35º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6FD62C is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 214 | 44 | - |
| CMYK | 0.48 | 0 | 0.79 | 0.16 |
| HSL | 96.35º | 0.67% | 0.51% | - |
| HSV(B) | 96.35º | 0.79% | 0.84% | - |
| XYZ | 31.06 | 51.65 | 10.72 | - |
| YUV | 163.82 | 60.38 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 214 | 44 | 0.48 | 0 | 0.79 | 0.16 | 96.35 | 0.67 | 0.51 |
| Hex | 6F | D6 | 2C | 30 | 0 | 4F | 10 | 60 | 43 | 33 |
| Octal | 157 | 326 | 54 | 60 | 0 | 117 | 20 | 140 | 103 | 63 |
| Binary | 1101111 | 11010110 | 101100 | 110000 | 0 | 1001111 | 10000 | 1100000 | 1000011 | 110011 |
Color Harmonies of #6FD62C
Complementary color
Monochromatic Colors of #6FD62C
Black with #6FD62C
Text Example
Text Example
White with #6FD62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD62C; }
p { color: rgb(111,214,44); }
H1.HeaderClassName
{
color: #6FD62C;
}
.AnyTagClassName
{
color: #6FD62C;
}
</style>
background-color css
<style>
a { background-color: #6FD62C; }
a { background-color: rgb(111,214,44); }
div.DivClassName
{
background-color: #6FD62C;
}
.BgClassName
{
background-color: #6FD62C;
}
</style>
border-color css
<style>
span { border-color: #6FD62C; }
span { border-color: rgb(111,214,44); }
td.TdClassName
{
border-color: #6FD62C;
}
.TagClassName
{
border-color: #6FD62C;
}
</style>