Shades of Apple #67DC46
Tints of Apple #67DC46
RGB
CMYK
RGB Variations
Color information
#67DC46 (or 0x67DC46) is known color: Apple. HEX triplet: 67, DC and 46. RGB value is (103,220,70). Sum of RGB (Red+Green+Blue) = 103+220+70=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 220 (86.33% from 255 or 55.98% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 220 - color contains mainly: green. Hex color #67DC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67DC46 is #9823B9. Grayscale: #A8A8A8. Windows color (decimal): -9970618 or 4643943. OLE color: 4643943.
HSL color Cylindrical-coordinate representation of color #67DC46: hue angle of 106.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #67DC46 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 220 | 70 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.14 |
| HSL | 106.8º | 0.68% | 0.57% | - |
| HSV(B) | 106.8º | 0.68% | 0.86% | - |
| XYZ | 32.29 | 54.51 | 14.61 | - |
| YUV | 167.92 | 72.74 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 220 | 70 | 0.53 | 0 | 0.68 | 0.14 | 106.8 | 0.68 | 0.57 |
| Hex | 67 | DC | 46 | 35 | 0 | 44 | E | 6B | 44 | 39 |
| Octal | 147 | 334 | 106 | 65 | 0 | 104 | 16 | 153 | 104 | 71 |
| Binary | 1100111 | 11011100 | 1000110 | 110101 | 0 | 1000100 | 1110 | 1101011 | 1000100 | 111001 |
Color Harmonies of #67DC46
Complementary color
Monochromatic Colors of #67DC46
Black with #67DC46
Text Example
Text Example
White with #67DC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DC46; }
p { color: rgb(103,220,70); }
H1.HeaderClassName
{
color: #67DC46;
}
.AnyTagClassName
{
color: #67DC46;
}
</style>
background-color css
<style>
a { background-color: #67DC46; }
a { background-color: rgb(103,220,70); }
div.DivClassName
{
background-color: #67DC46;
}
.BgClassName
{
background-color: #67DC46;
}
</style>
border-color css
<style>
span { border-color: #67DC46; }
span { border-color: rgb(103,220,70); }
td.TdClassName
{
border-color: #67DC46;
}
.TagClassName
{
border-color: #67DC46;
}
</style>