Shades of Apple #67DB44
Tints of Apple #67DB44
RGB
CMYK
RGB Variations
Color information
#67DB44 (or 0x67DB44) is known color: Apple. HEX triplet: 67, DB and 44. RGB value is (103,219,68). Sum of RGB (Red+Green+Blue) = 103+219+68=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 219 (85.94% from 255 or 56.15% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 219 - color contains mainly: green. Hex color #67DB44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67DB44 is #9824BB. Grayscale: #A7A7A7. Windows color (decimal): -9970876 or 4512615. OLE color: 4512615.
HSL color Cylindrical-coordinate representation of color #67DB44: hue angle of 106.09º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #67DB44 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 219 | 68 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.14 |
| HSL | 106.09º | 0.68% | 0.56% | - |
| HSV(B) | 106.09º | 0.69% | 0.86% | - |
| XYZ | 31.97 | 53.96 | 14.2 | - |
| YUV | 167.1 | 72.07 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 219 | 68 | 0.53 | 0 | 0.69 | 0.14 | 106.09 | 0.68 | 0.56 |
| Hex | 67 | DB | 44 | 35 | 0 | 45 | E | 6A | 44 | 38 |
| Octal | 147 | 333 | 104 | 65 | 0 | 105 | 16 | 152 | 104 | 70 |
| Binary | 1100111 | 11011011 | 1000100 | 110101 | 0 | 1000101 | 1110 | 1101010 | 1000100 | 111000 |
Color Harmonies of #67DB44
Complementary color
Monochromatic Colors of #67DB44
Black with #67DB44
Text Example
Text Example
White with #67DB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DB44; }
p { color: rgb(103,219,68); }
H1.HeaderClassName
{
color: #67DB44;
}
.AnyTagClassName
{
color: #67DB44;
}
</style>
background-color css
<style>
a { background-color: #67DB44; }
a { background-color: rgb(103,219,68); }
div.DivClassName
{
background-color: #67DB44;
}
.BgClassName
{
background-color: #67DB44;
}
</style>
border-color css
<style>
span { border-color: #67DB44; }
span { border-color: rgb(103,219,68); }
td.TdClassName
{
border-color: #67DB44;
}
.TagClassName
{
border-color: #67DB44;
}
</style>