Shades of Apple #6BCF47
Tints of Apple #6BCF47
RGB
CMYK
RGB Variations
Color information
#6BCF47 (or 0x6BCF47) is known color: Apple. HEX triplet: 6B, CF and 47. RGB value is (107,207,71). Sum of RGB (Red+Green+Blue) = 107+207+71=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BCF47 is #9430B8. Grayscale: #A2A2A2. Windows color (decimal): -9711801 or 4706155. OLE color: 4706155.
HSL color Cylindrical-coordinate representation of color #6BCF47: hue angle of 104.12º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6BCF47 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 207 | 71 | - |
| CMYK | 0.48 | 0 | 0.66 | 0.19 |
| HSL | 104.12º | 0.59% | 0.55% | - |
| HSV(B) | 104.12º | 0.66% | 0.81% | - |
| XYZ | 29.51 | 48.21 | 13.71 | - |
| YUV | 161.6 | 76.87 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 71 | 0.48 | 0 | 0.66 | 0.19 | 104.12 | 0.59 | 0.55 |
| Hex | 6B | CF | 47 | 30 | 0 | 42 | 13 | 68 | 3B | 37 |
| Octal | 153 | 317 | 107 | 60 | 0 | 102 | 23 | 150 | 73 | 67 |
| Binary | 1101011 | 11001111 | 1000111 | 110000 | 0 | 1000010 | 10011 | 1101000 | 111011 | 110111 |
Color Harmonies of #6BCF47
Complementary color
Monochromatic Colors of #6BCF47
Black with #6BCF47
Text Example
Text Example
White with #6BCF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCF47; }
p { color: rgb(107,207,71); }
H1.HeaderClassName
{
color: #6BCF47;
}
.AnyTagClassName
{
color: #6BCF47;
}
</style>
background-color css
<style>
a { background-color: #6BCF47; }
a { background-color: rgb(107,207,71); }
div.DivClassName
{
background-color: #6BCF47;
}
.BgClassName
{
background-color: #6BCF47;
}
</style>
border-color css
<style>
span { border-color: #6BCF47; }
span { border-color: rgb(107,207,71); }
td.TdClassName
{
border-color: #6BCF47;
}
.TagClassName
{
border-color: #6BCF47;
}
</style>