Shades of Apple #6FD63A
Tints of Apple #6FD63A
RGB
CMYK
RGB Variations
Color information
#6FD63A (or 0x6FD63A) is known color: Apple. HEX triplet: 6F, D6 and 3A. RGB value is (111,214,58). Sum of RGB (Red+Green+Blue) = 111+214+58=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 214 (83.98% from 255 or 55.87% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 214 - color contains mainly: green. Hex color #6FD63A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD63A is #9029C5. Grayscale: #A5A5A5. Windows color (decimal): -9447878 or 3855983. OLE color: 3855983.
HSL color Cylindrical-coordinate representation of color #6FD63A: hue angle of 99.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6FD63A is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 214 | 58 | - |
| CMYK | 0.48 | 0 | 0.73 | 0.16 |
| HSL | 99.62º | 0.66% | 0.53% | - |
| HSV(B) | 99.62º | 0.73% | 0.84% | - |
| XYZ | 31.37 | 51.78 | 12.34 | - |
| YUV | 165.42 | 67.38 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 214 | 58 | 0.48 | 0 | 0.73 | 0.16 | 99.62 | 0.66 | 0.53 |
| Hex | 6F | D6 | 3A | 30 | 0 | 49 | 10 | 64 | 42 | 35 |
| Octal | 157 | 326 | 72 | 60 | 0 | 111 | 20 | 144 | 102 | 65 |
| Binary | 1101111 | 11010110 | 111010 | 110000 | 0 | 1001001 | 10000 | 1100100 | 1000010 | 110101 |
Color Harmonies of #6FD63A
Complementary color
Monochromatic Colors of #6FD63A
Black with #6FD63A
Text Example
Text Example
White with #6FD63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD63A; }
p { color: rgb(111,214,58); }
H1.HeaderClassName
{
color: #6FD63A;
}
.AnyTagClassName
{
color: #6FD63A;
}
</style>
background-color css
<style>
a { background-color: #6FD63A; }
a { background-color: rgb(111,214,58); }
div.DivClassName
{
background-color: #6FD63A;
}
.BgClassName
{
background-color: #6FD63A;
}
</style>
border-color css
<style>
span { border-color: #6FD63A; }
span { border-color: rgb(111,214,58); }
td.TdClassName
{
border-color: #6FD63A;
}
.TagClassName
{
border-color: #6FD63A;
}
</style>