Shades of Apple #6FD13C
Tints of Apple #6FD13C
RGB
CMYK
RGB Variations
Color information
#6FD13C (or 0x6FD13C) is known color: Apple. HEX triplet: 6F, D1 and 3C. RGB value is (111,209,60). Sum of RGB (Red+Green+Blue) = 111+209+60=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 209 (82.03% from 255 or 55% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 209 - color contains mainly: green. Hex color #6FD13C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD13C is #902EC3. Grayscale: #A3A3A3. Windows color (decimal): -9449156 or 3985775. OLE color: 3985775.
HSL color Cylindrical-coordinate representation of color #6FD13C: hue angle of 99.46º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6FD13C is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 209 | 60 | - |
| CMYK | 0.47 | 0 | 0.71 | 0.18 |
| HSL | 99.46º | 0.62% | 0.53% | - |
| HSV(B) | 99.46º | 0.71% | 0.82% | - |
| XYZ | 30.17 | 49.31 | 12.2 | - |
| YUV | 162.71 | 70.03 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 209 | 60 | 0.47 | 0 | 0.71 | 0.18 | 99.46 | 0.62 | 0.53 |
| Hex | 6F | D1 | 3C | 2F | 0 | 47 | 12 | 63 | 3E | 35 |
| Octal | 157 | 321 | 74 | 57 | 0 | 107 | 22 | 143 | 76 | 65 |
| Binary | 1101111 | 11010001 | 111100 | 101111 | 0 | 1000111 | 10010 | 1100011 | 111110 | 110101 |
Color Harmonies of #6FD13C
Complementary color
Monochromatic Colors of #6FD13C
Black with #6FD13C
Text Example
Text Example
White with #6FD13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD13C; }
p { color: rgb(111,209,60); }
H1.HeaderClassName
{
color: #6FD13C;
}
.AnyTagClassName
{
color: #6FD13C;
}
</style>
background-color css
<style>
a { background-color: #6FD13C; }
a { background-color: rgb(111,209,60); }
div.DivClassName
{
background-color: #6FD13C;
}
.BgClassName
{
background-color: #6FD13C;
}
</style>
border-color css
<style>
span { border-color: #6FD13C; }
span { border-color: rgb(111,209,60); }
td.TdClassName
{
border-color: #6FD13C;
}
.TagClassName
{
border-color: #6FD13C;
}
</style>