Shades of Apple #68BC4F
Tints of Apple #68BC4F
RGB
CMYK
RGB Variations
Color information
#68BC4F (or 0x68BC4F) is known color: Apple. HEX triplet: 68, BC and 4F. RGB value is (104,188,79). Sum of RGB (Red+Green+Blue) = 104+188+79=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BC4F is #9743B0. Grayscale: #969696. Windows color (decimal): -9913265 or 5225576. OLE color: 5225576.
HSL color Cylindrical-coordinate representation of color #68BC4F: hue angle of 106.24º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68BC4F is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 79 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.26 |
| HSL | 106.24º | 0.45% | 0.52% | - |
| HSV(B) | 106.24º | 0.58% | 0.74% | - |
| XYZ | 25.1 | 39.47 | 13.69 | - |
| YUV | 150.46 | 87.67 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 79 | 0.45 | 0 | 0.58 | 0.26 | 106.24 | 0.45 | 0.52 |
| Hex | 68 | BC | 4F | 2D | 0 | 3A | 1A | 6A | 2D | 34 |
| Octal | 150 | 274 | 117 | 55 | 0 | 72 | 32 | 152 | 55 | 64 |
| Binary | 1101000 | 10111100 | 1001111 | 101101 | 0 | 111010 | 11010 | 1101010 | 101101 | 110100 |
Color Harmonies of #68BC4F
Complementary color
Monochromatic Colors of #68BC4F
Black with #68BC4F
Text Example
Text Example
White with #68BC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC4F; }
p { color: rgb(104,188,79); }
H1.HeaderClassName
{
color: #68BC4F;
}
.AnyTagClassName
{
color: #68BC4F;
}
</style>
background-color css
<style>
a { background-color: #68BC4F; }
a { background-color: rgb(104,188,79); }
div.DivClassName
{
background-color: #68BC4F;
}
.BgClassName
{
background-color: #68BC4F;
}
</style>
border-color css
<style>
span { border-color: #68BC4F; }
span { border-color: rgb(104,188,79); }
td.TdClassName
{
border-color: #68BC4F;
}
.TagClassName
{
border-color: #68BC4F;
}
</style>