Shades of Apple #67D642
Tints of Apple #67D642
RGB
CMYK
RGB Variations
Color information
#67D642 (or 0x67D642) is known color: Apple. HEX triplet: 67, D6 and 42. RGB value is (103,214,66). Sum of RGB (Red+Green+Blue) = 103+214+66=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 214 (83.98% from 255 or 55.87% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 214 - color contains mainly: green. Hex color #67D642 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67D642 is #9829BD. Grayscale: #A4A4A4. Windows color (decimal): -9972158 or 4380263. OLE color: 4380263.
HSL color Cylindrical-coordinate representation of color #67D642: hue angle of 105º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #67D642 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 214 | 66 | - |
| CMYK | 0.52 | 0 | 0.69 | 0.16 |
| HSL | 105º | 0.64% | 0.55% | - |
| HSV(B) | 105º | 0.69% | 0.84% | - |
| XYZ | 30.62 | 51.37 | 13.46 | - |
| YUV | 163.94 | 72.73 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 214 | 66 | 0.52 | 0 | 0.69 | 0.16 | 105 | 0.64 | 0.55 |
| Hex | 67 | D6 | 42 | 34 | 0 | 45 | 10 | 69 | 40 | 37 |
| Octal | 147 | 326 | 102 | 64 | 0 | 105 | 20 | 151 | 100 | 67 |
| Binary | 1100111 | 11010110 | 1000010 | 110100 | 0 | 1000101 | 10000 | 1101001 | 1000000 | 110111 |
Color Harmonies of #67D642
Complementary color
Monochromatic Colors of #67D642
Black with #67D642
Text Example
Text Example
White with #67D642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D642; }
p { color: rgb(103,214,66); }
H1.HeaderClassName
{
color: #67D642;
}
.AnyTagClassName
{
color: #67D642;
}
</style>
background-color css
<style>
a { background-color: #67D642; }
a { background-color: rgb(103,214,66); }
div.DivClassName
{
background-color: #67D642;
}
.BgClassName
{
background-color: #67D642;
}
</style>
border-color css
<style>
span { border-color: #67D642; }
span { border-color: rgb(103,214,66); }
td.TdClassName
{
border-color: #67D642;
}
.TagClassName
{
border-color: #67D642;
}
</style>