Shades of Apple #68BD44
Tints of Apple #68BD44
RGB
CMYK
RGB Variations
Color information
#68BD44 (or 0x68BD44) is known color: Apple. HEX triplet: 68, BD and 44. RGB value is (104,189,68). Sum of RGB (Red+Green+Blue) = 104+189+68=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BD44 is #9742BB. Grayscale: #969696. Windows color (decimal): -9913020 or 4504936. OLE color: 4504936.
HSL color Cylindrical-coordinate representation of color #68BD44: hue angle of 102.15º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68BD44 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 68 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.26 |
| HSL | 102.15º | 0.48% | 0.5% | - |
| HSV(B) | 102.15º | 0.64% | 0.74% | - |
| XYZ | 24.95 | 39.76 | 11.83 | - |
| YUV | 149.79 | 81.84 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 68 | 0.45 | 0 | 0.64 | 0.26 | 102.15 | 0.48 | 0.5 |
| Hex | 68 | BD | 44 | 2D | 0 | 40 | 1A | 66 | 30 | 32 |
| Octal | 150 | 275 | 104 | 55 | 0 | 100 | 32 | 146 | 60 | 62 |
| Binary | 1101000 | 10111101 | 1000100 | 101101 | 0 | 1000000 | 11010 | 1100110 | 110000 | 110010 |
Color Harmonies of #68BD44
Complementary color
Monochromatic Colors of #68BD44
Black with #68BD44
Text Example
Text Example
White with #68BD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD44; }
p { color: rgb(104,189,68); }
H1.HeaderClassName
{
color: #68BD44;
}
.AnyTagClassName
{
color: #68BD44;
}
</style>
background-color css
<style>
a { background-color: #68BD44; }
a { background-color: rgb(104,189,68); }
div.DivClassName
{
background-color: #68BD44;
}
.BgClassName
{
background-color: #68BD44;
}
</style>
border-color css
<style>
span { border-color: #68BD44; }
span { border-color: rgb(104,189,68); }
td.TdClassName
{
border-color: #68BD44;
}
.TagClassName
{
border-color: #68BD44;
}
</style>