Shades of Apple #67DB40
Tints of Apple #67DB40
RGB
CMYK
RGB Variations
Color information
#67DB40 (or 0x67DB40) is known color: Apple. HEX triplet: 67, DB and 40. RGB value is (103,219,64). Sum of RGB (Red+Green+Blue) = 103+219+64=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 219 (85.94% from 255 or 56.74% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 219 - color contains mainly: green. Hex color #67DB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67DB40 is #9824BF. Grayscale: #A7A7A7. Windows color (decimal): -9970880 or 4250471. OLE color: 4250471.
HSL color Cylindrical-coordinate representation of color #67DB40: hue angle of 104.9º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #67DB40 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 219 | 64 | - |
| CMYK | 0.53 | 0 | 0.71 | 0.14 |
| HSL | 104.9º | 0.68% | 0.55% | - |
| HSV(B) | 104.9º | 0.71% | 0.86% | - |
| XYZ | 31.85 | 53.92 | 13.58 | - |
| YUV | 166.65 | 70.07 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 219 | 64 | 0.53 | 0 | 0.71 | 0.14 | 104.9 | 0.68 | 0.55 |
| Hex | 67 | DB | 40 | 35 | 0 | 47 | E | 69 | 44 | 37 |
| Octal | 147 | 333 | 100 | 65 | 0 | 107 | 16 | 151 | 104 | 67 |
| Binary | 1100111 | 11011011 | 1000000 | 110101 | 0 | 1000111 | 1110 | 1101001 | 1000100 | 110111 |
Color Harmonies of #67DB40
Complementary color
Monochromatic Colors of #67DB40
Black with #67DB40
Text Example
Text Example
White with #67DB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DB40; }
p { color: rgb(103,219,64); }
H1.HeaderClassName
{
color: #67DB40;
}
.AnyTagClassName
{
color: #67DB40;
}
</style>
background-color css
<style>
a { background-color: #67DB40; }
a { background-color: rgb(103,219,64); }
div.DivClassName
{
background-color: #67DB40;
}
.BgClassName
{
background-color: #67DB40;
}
</style>
border-color css
<style>
span { border-color: #67DB40; }
span { border-color: rgb(103,219,64); }
td.TdClassName
{
border-color: #67DB40;
}
.TagClassName
{
border-color: #67DB40;
}
</style>