Shades of Apple #67BD54
Tints of Apple #67BD54
RGB
CMYK
RGB Variations
Color information
#67BD54 (or 0x67BD54) is known color: Apple. HEX triplet: 67, BD and 54. RGB value is (103,189,84). Sum of RGB (Red+Green+Blue) = 103+189+84=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #67BD54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67BD54 is #9842AB. Grayscale: #979797. Windows color (decimal): -9978540 or 5553511. OLE color: 5553511.
HSL color Cylindrical-coordinate representation of color #67BD54: hue angle of 109.14º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67BD54 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 189 | 84 | - |
| CMYK | 0.46 | 0 | 0.56 | 0.26 |
| HSL | 109.14º | 0.44% | 0.54% | - |
| HSV(B) | 109.14º | 0.56% | 0.74% | - |
| XYZ | 25.39 | 39.92 | 14.75 | - |
| YUV | 151.32 | 90.01 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 189 | 84 | 0.46 | 0 | 0.56 | 0.26 | 109.14 | 0.44 | 0.54 |
| Hex | 67 | BD | 54 | 2E | 0 | 38 | 1A | 6D | 2C | 36 |
| Octal | 147 | 275 | 124 | 56 | 0 | 70 | 32 | 155 | 54 | 66 |
| Binary | 1100111 | 10111101 | 1010100 | 101110 | 0 | 111000 | 11010 | 1101101 | 101100 | 110110 |
Color Harmonies of #67BD54
Complementary color
Monochromatic Colors of #67BD54
Black with #67BD54
Text Example
Text Example
White with #67BD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BD54; }
p { color: rgb(103,189,84); }
H1.HeaderClassName
{
color: #67BD54;
}
.AnyTagClassName
{
color: #67BD54;
}
</style>
background-color css
<style>
a { background-color: #67BD54; }
a { background-color: rgb(103,189,84); }
div.DivClassName
{
background-color: #67BD54;
}
.BgClassName
{
background-color: #67BD54;
}
</style>
border-color css
<style>
span { border-color: #67BD54; }
span { border-color: rgb(103,189,84); }
td.TdClassName
{
border-color: #67BD54;
}
.TagClassName
{
border-color: #67BD54;
}
</style>