Shades of Apple #67D04F
Tints of Apple #67D04F
RGB
CMYK
RGB Variations
Color information
#67D04F (or 0x67D04F) is known color: Apple. HEX triplet: 67, D0 and 4F. RGB value is (103,208,79). Sum of RGB (Red+Green+Blue) = 103+208+79=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #67D04F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67D04F is #982FB0. Grayscale: #A2A2A2. Windows color (decimal): -9973681 or 5230695. OLE color: 5230695.
HSL color Cylindrical-coordinate representation of color #67D04F: hue angle of 108.84º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #67D04F is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 208 | 79 | - |
| CMYK | 0.50 | 0 | 0.62 | 0.18 |
| HSL | 108.84º | 0.58% | 0.56% | - |
| HSV(B) | 108.84º | 0.62% | 0.82% | - |
| XYZ | 29.56 | 48.56 | 15.21 | - |
| YUV | 161.9 | 81.21 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 208 | 79 | 0.50 | 0 | 0.62 | 0.18 | 108.84 | 0.58 | 0.56 |
| Hex | 67 | D0 | 4F | 32 | 0 | 3E | 12 | 6D | 3A | 38 |
| Octal | 147 | 320 | 117 | 62 | 0 | 76 | 22 | 155 | 72 | 70 |
| Binary | 1100111 | 11010000 | 1001111 | 110010 | 0 | 111110 | 10010 | 1101101 | 111010 | 111000 |
Color Harmonies of #67D04F
Complementary color
Monochromatic Colors of #67D04F
Black with #67D04F
Text Example
Text Example
White with #67D04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D04F; }
p { color: rgb(103,208,79); }
H1.HeaderClassName
{
color: #67D04F;
}
.AnyTagClassName
{
color: #67D04F;
}
</style>
background-color css
<style>
a { background-color: #67D04F; }
a { background-color: rgb(103,208,79); }
div.DivClassName
{
background-color: #67D04F;
}
.BgClassName
{
background-color: #67D04F;
}
</style>
border-color css
<style>
span { border-color: #67D04F; }
span { border-color: rgb(103,208,79); }
td.TdClassName
{
border-color: #67D04F;
}
.TagClassName
{
border-color: #67D04F;
}
</style>