Shades of Apple #68D835
Tints of Apple #68D835
RGB
CMYK
RGB Variations
Color information
#68D835 (or 0x68D835) is known color: Apple. HEX triplet: 68, D8 and 35. RGB value is (104,216,53). Sum of RGB (Red+Green+Blue) = 104+216+53=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 216 (84.77% from 255 or 57.91% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 216 - color contains mainly: green. Hex color #68D835 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D835 is #9727CA. Grayscale: #A4A4A4. Windows color (decimal): -9906123 or 3528808. OLE color: 3528808.
HSL color Cylindrical-coordinate representation of color #68D835: hue angle of 101.23º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68D835 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 53 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.15 |
| HSL | 101.23º | 0.68% | 0.53% | - |
| HSV(B) | 101.23º | 0.75% | 0.85% | - |
| XYZ | 30.91 | 52.31 | 11.84 | - |
| YUV | 163.93 | 65.39 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 53 | 0.52 | 0 | 0.75 | 0.15 | 101.23 | 0.68 | 0.53 |
| Hex | 68 | D8 | 35 | 34 | 0 | 4B | F | 65 | 44 | 35 |
| Octal | 150 | 330 | 65 | 64 | 0 | 113 | 17 | 145 | 104 | 65 |
| Binary | 1101000 | 11011000 | 110101 | 110100 | 0 | 1001011 | 1111 | 1100101 | 1000100 | 110101 |
Color Harmonies of #68D835
Complementary color
Monochromatic Colors of #68D835
Black with #68D835
Text Example
Text Example
White with #68D835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D835; }
p { color: rgb(104,216,53); }
H1.HeaderClassName
{
color: #68D835;
}
.AnyTagClassName
{
color: #68D835;
}
</style>
background-color css
<style>
a { background-color: #68D835; }
a { background-color: rgb(104,216,53); }
div.DivClassName
{
background-color: #68D835;
}
.BgClassName
{
background-color: #68D835;
}
</style>
border-color css
<style>
span { border-color: #68D835; }
span { border-color: rgb(104,216,53); }
td.TdClassName
{
border-color: #68D835;
}
.TagClassName
{
border-color: #68D835;
}
</style>