Shades of Apple #67CA46
Tints of Apple #67CA46
RGB
CMYK
RGB Variations
Color information
#67CA46 (or 0x67CA46) is known color: Apple. HEX triplet: 67, CA and 46. RGB value is (103,202,70). Sum of RGB (Red+Green+Blue) = 103+202+70=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #67CA46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67CA46 is #9835B9. Grayscale: #9D9D9D. Windows color (decimal): -9975226 or 4639335. OLE color: 4639335.
HSL color Cylindrical-coordinate representation of color #67CA46: hue angle of 105º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #67CA46 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 202 | 70 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.21 |
| HSL | 105º | 0.55% | 0.53% | - |
| HSV(B) | 105º | 0.65% | 0.79% | - |
| XYZ | 27.82 | 45.57 | 13.12 | - |
| YUV | 157.35 | 78.7 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 202 | 70 | 0.49 | 0 | 0.65 | 0.21 | 105 | 0.55 | 0.53 |
| Hex | 67 | CA | 46 | 31 | 0 | 41 | 15 | 69 | 37 | 35 |
| Octal | 147 | 312 | 106 | 61 | 0 | 101 | 25 | 151 | 67 | 65 |
| Binary | 1100111 | 11001010 | 1000110 | 110001 | 0 | 1000001 | 10101 | 1101001 | 110111 | 110101 |
Color Harmonies of #67CA46
Complementary color
Monochromatic Colors of #67CA46
Black with #67CA46
Text Example
Text Example
White with #67CA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CA46; }
p { color: rgb(103,202,70); }
H1.HeaderClassName
{
color: #67CA46;
}
.AnyTagClassName
{
color: #67CA46;
}
</style>
background-color css
<style>
a { background-color: #67CA46; }
a { background-color: rgb(103,202,70); }
div.DivClassName
{
background-color: #67CA46;
}
.BgClassName
{
background-color: #67CA46;
}
</style>
border-color css
<style>
span { border-color: #67CA46; }
span { border-color: rgb(103,202,70); }
td.TdClassName
{
border-color: #67CA46;
}
.TagClassName
{
border-color: #67CA46;
}
</style>