Shades of Apple #67C14D
Tints of Apple #67C14D
RGB
CMYK
RGB Variations
Color information
#67C14D (or 0x67C14D) is known color: Apple. HEX triplet: 67, C1 and 4D. RGB value is (103,193,77). Sum of RGB (Red+Green+Blue) = 103+193+77=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #67C14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67C14D is #983EB2. Grayscale: #999999. Windows color (decimal): -9977523 or 5095783. OLE color: 5095783.
HSL color Cylindrical-coordinate representation of color #67C14D: hue angle of 106.55º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67C14D is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 193 | 77 | - |
| CMYK | 0.47 | 0 | 0.60 | 0.24 |
| HSL | 106.55º | 0.48% | 0.53% | - |
| HSV(B) | 106.55º | 0.6% | 0.76% | - |
| XYZ | 26 | 41.56 | 13.67 | - |
| YUV | 152.87 | 85.18 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 193 | 77 | 0.47 | 0 | 0.60 | 0.24 | 106.55 | 0.48 | 0.53 |
| Hex | 67 | C1 | 4D | 2F | 0 | 3C | 18 | 6B | 30 | 35 |
| Octal | 147 | 301 | 115 | 57 | 0 | 74 | 30 | 153 | 60 | 65 |
| Binary | 1100111 | 11000001 | 1001101 | 101111 | 0 | 111100 | 11000 | 1101011 | 110000 | 110101 |
Color Harmonies of #67C14D
Complementary color
Monochromatic Colors of #67C14D
Black with #67C14D
Text Example
Text Example
White with #67C14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C14D; }
p { color: rgb(103,193,77); }
H1.HeaderClassName
{
color: #67C14D;
}
.AnyTagClassName
{
color: #67C14D;
}
</style>
background-color css
<style>
a { background-color: #67C14D; }
a { background-color: rgb(103,193,77); }
div.DivClassName
{
background-color: #67C14D;
}
.BgClassName
{
background-color: #67C14D;
}
</style>
border-color css
<style>
span { border-color: #67C14D; }
span { border-color: rgb(103,193,77); }
td.TdClassName
{
border-color: #67C14D;
}
.TagClassName
{
border-color: #67C14D;
}
</style>