Shades of Apple #68D730
Tints of Apple #68D730
RGB
CMYK
RGB Variations
Color information
#68D730 (or 0x68D730) is known color: Apple. HEX triplet: 68, D7 and 30. RGB value is (104,215,48). Sum of RGB (Red+Green+Blue) = 104+215+48=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 215 (84.38% from 255 or 58.58% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 215 - color contains mainly: green. Hex color #68D730 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D730 is #9728CF. Grayscale: #A3A3A3. Windows color (decimal): -9906384 or 3200872. OLE color: 3200872.
HSL color Cylindrical-coordinate representation of color #68D730: hue angle of 99.88º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68D730 is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 48 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.16 |
| HSL | 99.88º | 0.68% | 0.52% | - |
| HSV(B) | 99.88º | 0.78% | 0.84% | - |
| XYZ | 30.54 | 51.76 | 11.18 | - |
| YUV | 162.77 | 63.23 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 48 | 0.52 | 0 | 0.78 | 0.16 | 99.88 | 0.68 | 0.52 |
| Hex | 68 | D7 | 30 | 34 | 0 | 4E | 10 | 64 | 44 | 34 |
| Octal | 150 | 327 | 60 | 64 | 0 | 116 | 20 | 144 | 104 | 64 |
| Binary | 1101000 | 11010111 | 110000 | 110100 | 0 | 1001110 | 10000 | 1100100 | 1000100 | 110100 |
Color Harmonies of #68D730
Complementary color
Monochromatic Colors of #68D730
Black with #68D730
Text Example
Text Example
White with #68D730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D730; }
p { color: rgb(104,215,48); }
H1.HeaderClassName
{
color: #68D730;
}
.AnyTagClassName
{
color: #68D730;
}
</style>
background-color css
<style>
a { background-color: #68D730; }
a { background-color: rgb(104,215,48); }
div.DivClassName
{
background-color: #68D730;
}
.BgClassName
{
background-color: #68D730;
}
</style>
border-color css
<style>
span { border-color: #68D730; }
span { border-color: rgb(104,215,48); }
td.TdClassName
{
border-color: #68D730;
}
.TagClassName
{
border-color: #68D730;
}
</style>