Shades of Apple #67D44C
Tints of Apple #67D44C
RGB
CMYK
RGB Variations
Color information
#67D44C (or 0x67D44C) is known color: Apple. HEX triplet: 67, D4 and 4C. RGB value is (103,212,76). Sum of RGB (Red+Green+Blue) = 103+212+76=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 212 (83.20% from 255 or 54.22% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 212 - color contains mainly: green. Hex color #67D44C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67D44C is #982BB3. Grayscale: #A4A4A4. Windows color (decimal): -9972660 or 5035111. OLE color: 5035111.
HSL color Cylindrical-coordinate representation of color #67D44C: hue angle of 108.09º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #67D44C is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 103 | 212 | 76 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.17 |
| HSL | 108.09º | 0.61% | 0.56% | - |
| HSV(B) | 108.09º | 0.64% | 0.83% | - |
| XYZ | 30.44 | 50.49 | 14.98 | - |
| YUV | 163.91 | 78.39 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 212 | 76 | 0.51 | 0 | 0.64 | 0.17 | 108.09 | 0.61 | 0.56 |
| Hex | 67 | D4 | 4C | 33 | 0 | 40 | 11 | 6C | 3D | 38 |
| Octal | 147 | 324 | 114 | 63 | 0 | 100 | 21 | 154 | 75 | 70 |
| Binary | 1100111 | 11010100 | 1001100 | 110011 | 0 | 1000000 | 10001 | 1101100 | 111101 | 111000 |
Color Harmonies of #67D44C
Complementary color
Monochromatic Colors of #67D44C
Black with #67D44C
Text Example
Text Example
White with #67D44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D44C; }
p { color: rgb(103,212,76); }
H1.HeaderClassName
{
color: #67D44C;
}
.AnyTagClassName
{
color: #67D44C;
}
</style>
background-color css
<style>
a { background-color: #67D44C; }
a { background-color: rgb(103,212,76); }
div.DivClassName
{
background-color: #67D44C;
}
.BgClassName
{
background-color: #67D44C;
}
</style>
border-color css
<style>
span { border-color: #67D44C; }
span { border-color: rgb(103,212,76); }
td.TdClassName
{
border-color: #67D44C;
}
.TagClassName
{
border-color: #67D44C;
}
</style>