Shades of Apple #68DB38
Tints of Apple #68DB38
RGB
CMYK
RGB Variations
Color information
#68DB38 (or 0x68DB38) is known color: Apple. HEX triplet: 68, DB and 38. RGB value is (104,219,56). Sum of RGB (Red+Green+Blue) = 104+219+56=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 219 (85.94% from 255 or 57.78% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DB38 is #9724C7. Grayscale: #A6A6A6. Windows color (decimal): -9905352 or 3726184. OLE color: 3726184.
HSL color Cylindrical-coordinate representation of color #68DB38: hue angle of 102.33º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68DB38 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 219 | 56 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.14 |
| HSL | 102.33º | 0.69% | 0.54% | - |
| HSV(B) | 102.33º | 0.74% | 0.86% | - |
| XYZ | 31.75 | 53.89 | 12.47 | - |
| YUV | 166.03 | 65.9 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 56 | 0.53 | 0 | 0.74 | 0.14 | 102.33 | 0.69 | 0.54 |
| Hex | 68 | DB | 38 | 35 | 0 | 4A | E | 66 | 45 | 36 |
| Octal | 150 | 333 | 70 | 65 | 0 | 112 | 16 | 146 | 105 | 66 |
| Binary | 1101000 | 11011011 | 111000 | 110101 | 0 | 1001010 | 1110 | 1100110 | 1000101 | 110110 |
Color Harmonies of #68DB38
Complementary color
Monochromatic Colors of #68DB38
Black with #68DB38
Text Example
Text Example
White with #68DB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DB38; }
p { color: rgb(104,219,56); }
H1.HeaderClassName
{
color: #68DB38;
}
.AnyTagClassName
{
color: #68DB38;
}
</style>
background-color css
<style>
a { background-color: #68DB38; }
a { background-color: rgb(104,219,56); }
div.DivClassName
{
background-color: #68DB38;
}
.BgClassName
{
background-color: #68DB38;
}
</style>
border-color css
<style>
span { border-color: #68DB38; }
span { border-color: rgb(104,219,56); }
td.TdClassName
{
border-color: #68DB38;
}
.TagClassName
{
border-color: #68DB38;
}
</style>