Shades of Apple #68D534
Tints of Apple #68D534
RGB
CMYK
RGB Variations
Color information
#68D534 (or 0x68D534) is known color: Apple. HEX triplet: 68, D5 and 34. RGB value is (104,213,52). Sum of RGB (Red+Green+Blue) = 104+213+52=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 213 (83.59% from 255 or 57.72% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 213 - color contains mainly: green. Hex color #68D534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D534 is #972ACB. Grayscale: #A2A2A2. Windows color (decimal): -9906892 or 3462504. OLE color: 3462504.
HSL color Cylindrical-coordinate representation of color #68D534: hue angle of 100.62º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68D534 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 213 | 52 | - |
| CMYK | 0.51 | 0 | 0.76 | 0.16 |
| HSL | 100.62º | 0.66% | 0.52% | - |
| HSV(B) | 100.62º | 0.76% | 0.84% | - |
| XYZ | 30.12 | 50.78 | 11.46 | - |
| YUV | 162.06 | 65.89 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 52 | 0.51 | 0 | 0.76 | 0.16 | 100.62 | 0.66 | 0.52 |
| Hex | 68 | D5 | 34 | 33 | 0 | 4C | 10 | 65 | 42 | 34 |
| Octal | 150 | 325 | 64 | 63 | 0 | 114 | 20 | 145 | 102 | 64 |
| Binary | 1101000 | 11010101 | 110100 | 110011 | 0 | 1001100 | 10000 | 1100101 | 1000010 | 110100 |
Color Harmonies of #68D534
Complementary color
Monochromatic Colors of #68D534
Black with #68D534
Text Example
Text Example
White with #68D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D534; }
p { color: rgb(104,213,52); }
H1.HeaderClassName
{
color: #68D534;
}
.AnyTagClassName
{
color: #68D534;
}
</style>
background-color css
<style>
a { background-color: #68D534; }
a { background-color: rgb(104,213,52); }
div.DivClassName
{
background-color: #68D534;
}
.BgClassName
{
background-color: #68D534;
}
</style>
border-color css
<style>
span { border-color: #68D534; }
span { border-color: rgb(104,213,52); }
td.TdClassName
{
border-color: #68D534;
}
.TagClassName
{
border-color: #68D534;
}
</style>