Shades of Apple #6BCF49
Tints of Apple #6BCF49
RGB
CMYK
RGB Variations
Color information
#6BCF49 (or 0x6BCF49) is known color: Apple. HEX triplet: 6B, CF and 49. RGB value is (107,207,73). Sum of RGB (Red+Green+Blue) = 107+207+73=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 207 (81.25% from 255 or 53.49% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BCF49 is #9430B6. Grayscale: #A2A2A2. Windows color (decimal): -9711799 or 4837227. OLE color: 4837227.
HSL color Cylindrical-coordinate representation of color #6BCF49: hue angle of 104.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6BCF49 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 207 | 73 | - |
| CMYK | 0.48 | 0 | 0.65 | 0.19 |
| HSL | 104.78º | 0.58% | 0.55% | - |
| HSV(B) | 104.78º | 0.65% | 0.81% | - |
| XYZ | 29.58 | 48.23 | 14.05 | - |
| YUV | 161.82 | 77.87 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 73 | 0.48 | 0 | 0.65 | 0.19 | 104.78 | 0.58 | 0.55 |
| Hex | 6B | CF | 49 | 30 | 0 | 41 | 13 | 69 | 3A | 37 |
| Octal | 153 | 317 | 111 | 60 | 0 | 101 | 23 | 151 | 72 | 67 |
| Binary | 1101011 | 11001111 | 1001001 | 110000 | 0 | 1000001 | 10011 | 1101001 | 111010 | 110111 |
Color Harmonies of #6BCF49
Complementary color
Monochromatic Colors of #6BCF49
Black with #6BCF49
Text Example
Text Example
White with #6BCF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCF49; }
p { color: rgb(107,207,73); }
H1.HeaderClassName
{
color: #6BCF49;
}
.AnyTagClassName
{
color: #6BCF49;
}
</style>
background-color css
<style>
a { background-color: #6BCF49; }
a { background-color: rgb(107,207,73); }
div.DivClassName
{
background-color: #6BCF49;
}
.BgClassName
{
background-color: #6BCF49;
}
</style>
border-color css
<style>
span { border-color: #6BCF49; }
span { border-color: rgb(107,207,73); }
td.TdClassName
{
border-color: #6BCF49;
}
.TagClassName
{
border-color: #6BCF49;
}
</style>