Shades of Apple #68D636
Tints of Apple #68D636
RGB
CMYK
RGB Variations
Color information
#68D636 (or 0x68D636) is known color: Apple. HEX triplet: 68, D6 and 36. RGB value is (104,214,54). Sum of RGB (Red+Green+Blue) = 104+214+54=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 214 (83.98% from 255 or 57.53% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 214 - color contains mainly: green. Hex color #68D636 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D636 is #9729C9. Grayscale: #A3A3A3. Windows color (decimal): -9906634 or 3593832. OLE color: 3593832.
HSL color Cylindrical-coordinate representation of color #68D636: hue angle of 101.25º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68D636 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 214 | 54 | - |
| CMYK | 0.51 | 0 | 0.75 | 0.16 |
| HSL | 101.25º | 0.66% | 0.53% | - |
| HSV(B) | 101.25º | 0.75% | 0.84% | - |
| XYZ | 30.42 | 51.3 | 11.79 | - |
| YUV | 162.87 | 66.56 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 214 | 54 | 0.51 | 0 | 0.75 | 0.16 | 101.25 | 0.66 | 0.53 |
| Hex | 68 | D6 | 36 | 33 | 0 | 4B | 10 | 65 | 42 | 35 |
| Octal | 150 | 326 | 66 | 63 | 0 | 113 | 20 | 145 | 102 | 65 |
| Binary | 1101000 | 11010110 | 110110 | 110011 | 0 | 1001011 | 10000 | 1100101 | 1000010 | 110101 |
Color Harmonies of #68D636
Complementary color
Monochromatic Colors of #68D636
Black with #68D636
Text Example
Text Example
White with #68D636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D636; }
p { color: rgb(104,214,54); }
H1.HeaderClassName
{
color: #68D636;
}
.AnyTagClassName
{
color: #68D636;
}
</style>
background-color css
<style>
a { background-color: #68D636; }
a { background-color: rgb(104,214,54); }
div.DivClassName
{
background-color: #68D636;
}
.BgClassName
{
background-color: #68D636;
}
</style>
border-color css
<style>
span { border-color: #68D636; }
span { border-color: rgb(104,214,54); }
td.TdClassName
{
border-color: #68D636;
}
.TagClassName
{
border-color: #68D636;
}
</style>