Shades of Apple #68D537
Tints of Apple #68D537
RGB
CMYK
RGB Variations
Color information
#68D537 (or 0x68D537) is known color: Apple. HEX triplet: 68, D5 and 37. RGB value is (104,213,55). Sum of RGB (Red+Green+Blue) = 104+213+55=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 213 (83.59% from 255 or 57.26% from 372); Blue value is 55 (21.88% from 255 or 14.78% from 372); Max value from RGB is 213 - color contains mainly: green. Hex color #68D537 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D537 is #972AC8. Grayscale: #A2A2A2. Windows color (decimal): -9906889 or 3659112. OLE color: 3659112.
HSL color Cylindrical-coordinate representation of color #68D537: hue angle of 101.39º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68D537 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 213 | 55 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.16 |
| HSL | 101.39º | 0.65% | 0.53% | - |
| HSV(B) | 101.39º | 0.74% | 0.84% | - |
| XYZ | 30.19 | 50.81 | 11.83 | - |
| YUV | 162.4 | 67.39 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 55 | 0.51 | 0 | 0.74 | 0.16 | 101.39 | 0.65 | 0.53 |
| Hex | 68 | D5 | 37 | 33 | 0 | 4A | 10 | 65 | 41 | 35 |
| Octal | 150 | 325 | 67 | 63 | 0 | 112 | 20 | 145 | 101 | 65 |
| Binary | 1101000 | 11010101 | 110111 | 110011 | 0 | 1001010 | 10000 | 1100101 | 1000001 | 110101 |
Color Harmonies of #68D537
Complementary color
Monochromatic Colors of #68D537
Black with #68D537
Text Example
Text Example
White with #68D537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D537; }
p { color: rgb(104,213,55); }
H1.HeaderClassName
{
color: #68D537;
}
.AnyTagClassName
{
color: #68D537;
}
</style>
background-color css
<style>
a { background-color: #68D537; }
a { background-color: rgb(104,213,55); }
div.DivClassName
{
background-color: #68D537;
}
.BgClassName
{
background-color: #68D537;
}
</style>
border-color css
<style>
span { border-color: #68D537; }
span { border-color: rgb(104,213,55); }
td.TdClassName
{
border-color: #68D537;
}
.TagClassName
{
border-color: #68D537;
}
</style>