Shades of Apple #68D44B
Tints of Apple #68D44B
RGB
CMYK
RGB Variations
Color information
#68D44B (or 0x68D44B) is known color: Apple. HEX triplet: 68, D4 and 4B. RGB value is (104,212,75). Sum of RGB (Red+Green+Blue) = 104+212+75=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 212 (83.20% from 255 or 54.22% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 212 - color contains mainly: green. Hex color #68D44B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D44B is #972BB4. Grayscale: #A4A4A4. Windows color (decimal): -9907125 or 4969576. OLE color: 4969576.
HSL color Cylindrical-coordinate representation of color #68D44B: hue angle of 107.3º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68D44B is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 212 | 75 | - |
| CMYK | 0.51 | 0 | 0.65 | 0.17 |
| HSL | 107.3º | 0.61% | 0.56% | - |
| HSV(B) | 107.3º | 0.65% | 0.83% | - |
| XYZ | 30.52 | 50.54 | 14.8 | - |
| YUV | 164.09 | 77.72 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 212 | 75 | 0.51 | 0 | 0.65 | 0.17 | 107.3 | 0.61 | 0.56 |
| Hex | 68 | D4 | 4B | 33 | 0 | 41 | 11 | 6B | 3D | 38 |
| Octal | 150 | 324 | 113 | 63 | 0 | 101 | 21 | 153 | 75 | 70 |
| Binary | 1101000 | 11010100 | 1001011 | 110011 | 0 | 1000001 | 10001 | 1101011 | 111101 | 111000 |
Color Harmonies of #68D44B
Complementary color
Monochromatic Colors of #68D44B
Black with #68D44B
Text Example
Text Example
White with #68D44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D44B; }
p { color: rgb(104,212,75); }
H1.HeaderClassName
{
color: #68D44B;
}
.AnyTagClassName
{
color: #68D44B;
}
</style>
background-color css
<style>
a { background-color: #68D44B; }
a { background-color: rgb(104,212,75); }
div.DivClassName
{
background-color: #68D44B;
}
.BgClassName
{
background-color: #68D44B;
}
</style>
border-color css
<style>
span { border-color: #68D44B; }
span { border-color: rgb(104,212,75); }
td.TdClassName
{
border-color: #68D44B;
}
.TagClassName
{
border-color: #68D44B;
}
</style>