Shades of Apple #68DB3F
Tints of Apple #68DB3F
RGB
CMYK
RGB Variations
Color information
#68DB3F (or 0x68DB3F) is known color: Apple. HEX triplet: 68, DB and 3F. RGB value is (104,219,63). Sum of RGB (Red+Green+Blue) = 104+219+63=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 219 (85.94% from 255 or 56.74% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DB3F is #9724C0. Grayscale: #A7A7A7. Windows color (decimal): -9905345 or 4184936. OLE color: 4184936.
HSL color Cylindrical-coordinate representation of color #68DB3F: hue angle of 104.23º 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 #68DB3F is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 219 | 63 | - |
| CMYK | 0.53 | 0 | 0.71 | 0.14 |
| HSL | 104.23º | 0.68% | 0.55% | - |
| HSV(B) | 104.23º | 0.71% | 0.86% | - |
| XYZ | 31.94 | 53.96 | 13.44 | - |
| YUV | 166.83 | 69.4 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 63 | 0.53 | 0 | 0.71 | 0.14 | 104.23 | 0.68 | 0.55 |
| Hex | 68 | DB | 3F | 35 | 0 | 47 | E | 68 | 44 | 37 |
| Octal | 150 | 333 | 77 | 65 | 0 | 107 | 16 | 150 | 104 | 67 |
| Binary | 1101000 | 11011011 | 111111 | 110101 | 0 | 1000111 | 1110 | 1101000 | 1000100 | 110111 |
Color Harmonies of #68DB3F
Complementary color
Monochromatic Colors of #68DB3F
Black with #68DB3F
Text Example
Text Example
White with #68DB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DB3F; }
p { color: rgb(104,219,63); }
H1.HeaderClassName
{
color: #68DB3F;
}
.AnyTagClassName
{
color: #68DB3F;
}
</style>
background-color css
<style>
a { background-color: #68DB3F; }
a { background-color: rgb(104,219,63); }
div.DivClassName
{
background-color: #68DB3F;
}
.BgClassName
{
background-color: #68DB3F;
}
</style>
border-color css
<style>
span { border-color: #68DB3F; }
span { border-color: rgb(104,219,63); }
td.TdClassName
{
border-color: #68DB3F;
}
.TagClassName
{
border-color: #68DB3F;
}
</style>