Shades of Apple #67BC50
Tints of Apple #67BC50
RGB
CMYK
RGB Variations
Color information
#67BC50 (or 0x67BC50) is known color: Apple. HEX triplet: 67, BC and 50. RGB value is (103,188,80). Sum of RGB (Red+Green+Blue) = 103+188+80=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #67BC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67BC50 is #9843AF. Grayscale: #969696. Windows color (decimal): -9978800 or 5291111. OLE color: 5291111.
HSL color Cylindrical-coordinate representation of color #67BC50: hue angle of 107.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67BC50 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 188 | 80 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.26 |
| HSL | 107.22º | 0.45% | 0.53% | - |
| HSV(B) | 107.22º | 0.57% | 0.74% | - |
| XYZ | 25.02 | 39.43 | 13.88 | - |
| YUV | 150.27 | 88.34 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 188 | 80 | 0.45 | 0 | 0.57 | 0.26 | 107.22 | 0.45 | 0.53 |
| Hex | 67 | BC | 50 | 2D | 0 | 39 | 1A | 6B | 2D | 35 |
| Octal | 147 | 274 | 120 | 55 | 0 | 71 | 32 | 153 | 55 | 65 |
| Binary | 1100111 | 10111100 | 1010000 | 101101 | 0 | 111001 | 11010 | 1101011 | 101101 | 110101 |
Color Harmonies of #67BC50
Complementary color
Monochromatic Colors of #67BC50
Black with #67BC50
Text Example
Text Example
White with #67BC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BC50; }
p { color: rgb(103,188,80); }
H1.HeaderClassName
{
color: #67BC50;
}
.AnyTagClassName
{
color: #67BC50;
}
</style>
background-color css
<style>
a { background-color: #67BC50; }
a { background-color: rgb(103,188,80); }
div.DivClassName
{
background-color: #67BC50;
}
.BgClassName
{
background-color: #67BC50;
}
</style>
border-color css
<style>
span { border-color: #67BC50; }
span { border-color: rgb(103,188,80); }
td.TdClassName
{
border-color: #67BC50;
}
.TagClassName
{
border-color: #67BC50;
}
</style>