Shades of Apple #68DF39
Tints of Apple #68DF39
RGB
CMYK
RGB Variations
Color information
#68DF39 (or 0x68DF39) is known color: Apple. HEX triplet: 68, DF and 39. RGB value is (104,223,57). Sum of RGB (Red+Green+Blue) = 104+223+57=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 223 (87.5% from 255 or 58.07% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 223 - color contains mainly: green. Hex color #68DF39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DF39 is #9720C6. Grayscale: #A9A9A9. Windows color (decimal): -9904327 or 3792744. OLE color: 3792744.
HSL color Cylindrical-coordinate representation of color #68DF39: hue angle of 103.01º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68DF39 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 223 | 57 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.13 |
| HSL | 103.01º | 0.72% | 0.55% | - |
| HSV(B) | 103.01º | 0.74% | 0.87% | - |
| XYZ | 32.84 | 56.01 | 12.95 | - |
| YUV | 168.5 | 65.08 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 57 | 0.53 | 0 | 0.74 | 0.13 | 103.01 | 0.72 | 0.55 |
| Hex | 68 | DF | 39 | 35 | 0 | 4A | D | 67 | 48 | 37 |
| Octal | 150 | 337 | 71 | 65 | 0 | 112 | 15 | 147 | 110 | 67 |
| Binary | 1101000 | 11011111 | 111001 | 110101 | 0 | 1001010 | 1101 | 1100111 | 1001000 | 110111 |
Color Harmonies of #68DF39
Complementary color
Monochromatic Colors of #68DF39
Black with #68DF39
Text Example
Text Example
White with #68DF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DF39; }
p { color: rgb(104,223,57); }
H1.HeaderClassName
{
color: #68DF39;
}
.AnyTagClassName
{
color: #68DF39;
}
</style>
background-color css
<style>
a { background-color: #68DF39; }
a { background-color: rgb(104,223,57); }
div.DivClassName
{
background-color: #68DF39;
}
.BgClassName
{
background-color: #68DF39;
}
</style>
border-color css
<style>
span { border-color: #68DF39; }
span { border-color: rgb(104,223,57); }
td.TdClassName
{
border-color: #68DF39;
}
.TagClassName
{
border-color: #68DF39;
}
</style>