Shades of Apple #67CA4D
Tints of Apple #67CA4D
RGB
CMYK
RGB Variations
Color information
#67CA4D (or 0x67CA4D) is known color: Apple. HEX triplet: 67, CA and 4D. RGB value is (103,202,77). Sum of RGB (Red+Green+Blue) = 103+202+77=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 202 (79.30% from 255 or 52.88% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 202 - color contains mainly: green. Hex color #67CA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67CA4D is #9835B2. Grayscale: #9E9E9E. Windows color (decimal): -9975219 or 5098087. OLE color: 5098087.
HSL color Cylindrical-coordinate representation of color #67CA4D: hue angle of 107.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #67CA4D is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 202 | 77 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.21 |
| HSL | 107.52º | 0.54% | 0.55% | - |
| HSV(B) | 107.52º | 0.62% | 0.79% | - |
| XYZ | 28.05 | 45.66 | 14.36 | - |
| YUV | 158.15 | 82.2 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 202 | 77 | 0.49 | 0 | 0.62 | 0.21 | 107.52 | 0.54 | 0.55 |
| Hex | 67 | CA | 4D | 31 | 0 | 3E | 15 | 6C | 36 | 37 |
| Octal | 147 | 312 | 115 | 61 | 0 | 76 | 25 | 154 | 66 | 67 |
| Binary | 1100111 | 11001010 | 1001101 | 110001 | 0 | 111110 | 10101 | 1101100 | 110110 | 110111 |
Color Harmonies of #67CA4D
Complementary color
Monochromatic Colors of #67CA4D
Black with #67CA4D
Text Example
Text Example
White with #67CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CA4D; }
p { color: rgb(103,202,77); }
H1.HeaderClassName
{
color: #67CA4D;
}
.AnyTagClassName
{
color: #67CA4D;
}
</style>
background-color css
<style>
a { background-color: #67CA4D; }
a { background-color: rgb(103,202,77); }
div.DivClassName
{
background-color: #67CA4D;
}
.BgClassName
{
background-color: #67CA4D;
}
</style>
border-color css
<style>
span { border-color: #67CA4D; }
span { border-color: rgb(103,202,77); }
td.TdClassName
{
border-color: #67CA4D;
}
.TagClassName
{
border-color: #67CA4D;
}
</style>