Shades of Apple #6FDA3C
Tints of Apple #6FDA3C
RGB
CMYK
RGB Variations
Color information
#6FDA3C (or 0x6FDA3C) is known color: Apple. HEX triplet: 6F, DA and 3C. RGB value is (111,218,60). Sum of RGB (Red+Green+Blue) = 111+218+60=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 218 (85.55% from 255 or 56.04% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FDA3C is #9025C3. Grayscale: #A8A8A8. Windows color (decimal): -9446852 or 3988079. OLE color: 3988079.
HSL color Cylindrical-coordinate representation of color #6FDA3C: hue angle of 100.63º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6FDA3C is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 218 | 60 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.15 |
| HSL | 100.63º | 0.68% | 0.55% | - |
| HSV(B) | 100.63º | 0.72% | 0.85% | - |
| XYZ | 32.44 | 53.85 | 12.96 | - |
| YUV | 168 | 67.05 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 218 | 60 | 0.49 | 0 | 0.72 | 0.15 | 100.63 | 0.68 | 0.55 |
| Hex | 6F | DA | 3C | 31 | 0 | 48 | F | 65 | 44 | 37 |
| Octal | 157 | 332 | 74 | 61 | 0 | 110 | 17 | 145 | 104 | 67 |
| Binary | 1101111 | 11011010 | 111100 | 110001 | 0 | 1001000 | 1111 | 1100101 | 1000100 | 110111 |
Color Harmonies of #6FDA3C
Complementary color
Monochromatic Colors of #6FDA3C
Black with #6FDA3C
Text Example
Text Example
White with #6FDA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDA3C; }
p { color: rgb(111,218,60); }
H1.HeaderClassName
{
color: #6FDA3C;
}
.AnyTagClassName
{
color: #6FDA3C;
}
</style>
background-color css
<style>
a { background-color: #6FDA3C; }
a { background-color: rgb(111,218,60); }
div.DivClassName
{
background-color: #6FDA3C;
}
.BgClassName
{
background-color: #6FDA3C;
}
</style>
border-color css
<style>
span { border-color: #6FDA3C; }
span { border-color: rgb(111,218,60); }
td.TdClassName
{
border-color: #6FDA3C;
}
.TagClassName
{
border-color: #6FDA3C;
}
</style>