Shades of Apple #68D73F
Tints of Apple #68D73F
RGB
CMYK
RGB Variations
Color information
#68D73F (or 0x68D73F) is known color: Apple. HEX triplet: 68, D7 and 3F. RGB value is (104,215,63). Sum of RGB (Red+Green+Blue) = 104+215+63=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 215 (84.38% from 255 or 56.28% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 215 - color contains mainly: green. Hex color #68D73F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D73F is #9728C0. Grayscale: #A4A4A4. Windows color (decimal): -9906369 or 4183912. OLE color: 4183912.
HSL color Cylindrical-coordinate representation of color #68D73F: hue angle of 103.82º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68D73F is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 63 | - |
| CMYK | 0.52 | 0 | 0.71 | 0.16 |
| HSL | 103.82º | 0.66% | 0.55% | - |
| HSV(B) | 103.82º | 0.71% | 0.84% | - |
| XYZ | 30.91 | 51.9 | 13.09 | - |
| YUV | 164.48 | 70.73 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 63 | 0.52 | 0 | 0.71 | 0.16 | 103.82 | 0.66 | 0.55 |
| Hex | 68 | D7 | 3F | 34 | 0 | 47 | 10 | 68 | 42 | 37 |
| Octal | 150 | 327 | 77 | 64 | 0 | 107 | 20 | 150 | 102 | 67 |
| Binary | 1101000 | 11010111 | 111111 | 110100 | 0 | 1000111 | 10000 | 1101000 | 1000010 | 110111 |
Color Harmonies of #68D73F
Complementary color
Monochromatic Colors of #68D73F
Black with #68D73F
Text Example
Text Example
White with #68D73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D73F; }
p { color: rgb(104,215,63); }
H1.HeaderClassName
{
color: #68D73F;
}
.AnyTagClassName
{
color: #68D73F;
}
</style>
background-color css
<style>
a { background-color: #68D73F; }
a { background-color: rgb(104,215,63); }
div.DivClassName
{
background-color: #68D73F;
}
.BgClassName
{
background-color: #68D73F;
}
</style>
border-color css
<style>
span { border-color: #68D73F; }
span { border-color: rgb(104,215,63); }
td.TdClassName
{
border-color: #68D73F;
}
.TagClassName
{
border-color: #68D73F;
}
</style>