Shades of Apple #68D545
Tints of Apple #68D545
RGB
CMYK
RGB Variations
Color information
#68D545 (or 0x68D545) is known color: Apple. HEX triplet: 68, D5 and 45. RGB value is (104,213,69). Sum of RGB (Red+Green+Blue) = 104+213+69=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 213 (83.59% from 255 or 55.18% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 213 - color contains mainly: green. Hex color #68D545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D545 is #972ABA. Grayscale: #A4A4A4. Windows color (decimal): -9906875 or 4576616. OLE color: 4576616.
HSL color Cylindrical-coordinate representation of color #68D545: hue angle of 105.42º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68D545 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 213 | 69 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.16 |
| HSL | 105.42º | 0.63% | 0.55% | - |
| HSV(B) | 105.42º | 0.68% | 0.84% | - |
| XYZ | 30.58 | 50.96 | 13.86 | - |
| YUV | 163.99 | 74.39 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 69 | 0.51 | 0 | 0.68 | 0.16 | 105.42 | 0.63 | 0.55 |
| Hex | 68 | D5 | 45 | 33 | 0 | 44 | 10 | 69 | 3F | 37 |
| Octal | 150 | 325 | 105 | 63 | 0 | 104 | 20 | 151 | 77 | 67 |
| Binary | 1101000 | 11010101 | 1000101 | 110011 | 0 | 1000100 | 10000 | 1101001 | 111111 | 110111 |
Color Harmonies of #68D545
Complementary color
Monochromatic Colors of #68D545
Black with #68D545
Text Example
Text Example
White with #68D545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D545; }
p { color: rgb(104,213,69); }
H1.HeaderClassName
{
color: #68D545;
}
.AnyTagClassName
{
color: #68D545;
}
</style>
background-color css
<style>
a { background-color: #68D545; }
a { background-color: rgb(104,213,69); }
div.DivClassName
{
background-color: #68D545;
}
.BgClassName
{
background-color: #68D545;
}
</style>
border-color css
<style>
span { border-color: #68D545; }
span { border-color: rgb(104,213,69); }
td.TdClassName
{
border-color: #68D545;
}
.TagClassName
{
border-color: #68D545;
}
</style>