Shades of Apple #6FD731
Tints of Apple #6FD731
RGB
CMYK
RGB Variations
Color information
#6FD731 (or 0x6FD731) is known color: Apple. HEX triplet: 6F, D7 and 31. RGB value is (111,215,49). Sum of RGB (Red+Green+Blue) = 111+215+49=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 215 (84.38% from 255 or 57.33% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 215 - color contains mainly: green. Hex color #6FD731 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD731 is #9028CE. Grayscale: #A5A5A5. Windows color (decimal): -9447631 or 3266415. OLE color: 3266415.
HSL color Cylindrical-coordinate representation of color #6FD731: hue angle of 97.59º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6FD731 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 215 | 49 | - |
| CMYK | 0.48 | 0 | 0.77 | 0.16 |
| HSL | 97.59º | 0.67% | 0.52% | - |
| HSV(B) | 97.59º | 0.77% | 0.84% | - |
| XYZ | 31.41 | 52.2 | 11.33 | - |
| YUV | 164.98 | 62.54 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 215 | 49 | 0.48 | 0 | 0.77 | 0.16 | 97.59 | 0.67 | 0.52 |
| Hex | 6F | D7 | 31 | 30 | 0 | 4D | 10 | 62 | 43 | 34 |
| Octal | 157 | 327 | 61 | 60 | 0 | 115 | 20 | 142 | 103 | 64 |
| Binary | 1101111 | 11010111 | 110001 | 110000 | 0 | 1001101 | 10000 | 1100010 | 1000011 | 110100 |
Color Harmonies of #6FD731
Complementary color
Monochromatic Colors of #6FD731
Black with #6FD731
Text Example
Text Example
White with #6FD731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD731; }
p { color: rgb(111,215,49); }
H1.HeaderClassName
{
color: #6FD731;
}
.AnyTagClassName
{
color: #6FD731;
}
</style>
background-color css
<style>
a { background-color: #6FD731; }
a { background-color: rgb(111,215,49); }
div.DivClassName
{
background-color: #6FD731;
}
.BgClassName
{
background-color: #6FD731;
}
</style>
border-color css
<style>
span { border-color: #6FD731; }
span { border-color: rgb(111,215,49); }
td.TdClassName
{
border-color: #6FD731;
}
.TagClassName
{
border-color: #6FD731;
}
</style>