Shades of Apple #67D132
Tints of Apple #67D132
RGB
CMYK
RGB Variations
Color information
#67D132 (or 0x67D132) is known color: Apple. HEX triplet: 67, D1 and 32. RGB value is (103,209,50). Sum of RGB (Red+Green+Blue) = 103+209+50=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 209 (82.03% from 255 or 57.73% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 209 - color contains mainly: green. Hex color #67D132 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67D132 is #982ECD. Grayscale: #9F9F9F. Windows color (decimal): -9973454 or 3330407. OLE color: 3330407.
HSL color Cylindrical-coordinate representation of color #67D132: hue angle of 100º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #67D132 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 209 | 50 | - |
| CMYK | 0.51 | 0 | 0.76 | 0.18 |
| HSL | 100º | 0.63% | 0.51% | - |
| HSV(B) | 100º | 0.76% | 0.82% | - |
| XYZ | 28.97 | 48.71 | 10.89 | - |
| YUV | 159.18 | 66.38 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 209 | 50 | 0.51 | 0 | 0.76 | 0.18 | 100 | 0.63 | 0.51 |
| Hex | 67 | D1 | 32 | 33 | 0 | 4C | 12 | 64 | 3F | 33 |
| Octal | 147 | 321 | 62 | 63 | 0 | 114 | 22 | 144 | 77 | 63 |
| Binary | 1100111 | 11010001 | 110010 | 110011 | 0 | 1001100 | 10010 | 1100100 | 111111 | 110011 |
Color Harmonies of #67D132
Complementary color
Monochromatic Colors of #67D132
Black with #67D132
Text Example
Text Example
White with #67D132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D132; }
p { color: rgb(103,209,50); }
H1.HeaderClassName
{
color: #67D132;
}
.AnyTagClassName
{
color: #67D132;
}
</style>
background-color css
<style>
a { background-color: #67D132; }
a { background-color: rgb(103,209,50); }
div.DivClassName
{
background-color: #67D132;
}
.BgClassName
{
background-color: #67D132;
}
</style>
border-color css
<style>
span { border-color: #67D132; }
span { border-color: rgb(103,209,50); }
td.TdClassName
{
border-color: #67D132;
}
.TagClassName
{
border-color: #67D132;
}
</style>