Shades of Apple #67BD2E
Tints of Apple #67BD2E
RGB
CMYK
RGB Variations
Color information
#67BD2E (or 0x67BD2E) is known color: Apple. HEX triplet: 67, BD and 2E. RGB value is (103,189,46). Sum of RGB (Red+Green+Blue) = 103+189+46=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 189 (74.22% from 255 or 55.92% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 189 - color contains mainly: green. Hex color #67BD2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67BD2E is #9842D1. Grayscale: #939393. Windows color (decimal): -9978578 or 3063143. OLE color: 3063143.
HSL color Cylindrical-coordinate representation of color #67BD2E: hue angle of 96.08º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #67BD2E is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 189 | 46 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.26 |
| HSL | 96.08º | 0.61% | 0.46% | - |
| HSV(B) | 96.08º | 0.76% | 0.74% | - |
| XYZ | 24.28 | 39.48 | 8.92 | - |
| YUV | 146.98 | 71.01 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 189 | 46 | 0.46 | 0 | 0.76 | 0.26 | 96.08 | 0.61 | 0.46 |
| Hex | 67 | BD | 2E | 2E | 0 | 4C | 1A | 60 | 3D | 2E |
| Octal | 147 | 275 | 56 | 56 | 0 | 114 | 32 | 140 | 75 | 56 |
| Binary | 1100111 | 10111101 | 101110 | 101110 | 0 | 1001100 | 11010 | 1100000 | 111101 | 101110 |
Color Harmonies of #67BD2E
Complementary color
Monochromatic Colors of #67BD2E
Black with #67BD2E
Text Example
Text Example
White with #67BD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BD2E; }
p { color: rgb(103,189,46); }
H1.HeaderClassName
{
color: #67BD2E;
}
.AnyTagClassName
{
color: #67BD2E;
}
</style>
background-color css
<style>
a { background-color: #67BD2E; }
a { background-color: rgb(103,189,46); }
div.DivClassName
{
background-color: #67BD2E;
}
.BgClassName
{
background-color: #67BD2E;
}
</style>
border-color css
<style>
span { border-color: #67BD2E; }
span { border-color: rgb(103,189,46); }
td.TdClassName
{
border-color: #67BD2E;
}
.TagClassName
{
border-color: #67BD2E;
}
</style>