Shades of Apple #68C44F
Tints of Apple #68C44F
RGB
CMYK
RGB Variations
Color information
#68C44F (or 0x68C44F) is known color: Apple. HEX triplet: 68, C4 and 4F. RGB value is (104,196,79). Sum of RGB (Red+Green+Blue) = 104+196+79=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 196 (76.95% from 255 or 51.72% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 196 - color contains mainly: green. Hex color #68C44F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C44F is #973BB0. Grayscale: #9B9B9B. Windows color (decimal): -9911217 or 5227624. OLE color: 5227624.
HSL color Cylindrical-coordinate representation of color #68C44F: hue angle of 107.18º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68C44F is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 196 | 79 | - |
| CMYK | 0.47 | 0 | 0.60 | 0.23 |
| HSL | 107.18º | 0.5% | 0.54% | - |
| HSV(B) | 107.18º | 0.6% | 0.77% | - |
| XYZ | 26.86 | 42.99 | 14.28 | - |
| YUV | 155.15 | 85.02 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 196 | 79 | 0.47 | 0 | 0.60 | 0.23 | 107.18 | 0.5 | 0.54 |
| Hex | 68 | C4 | 4F | 2F | 0 | 3C | 17 | 6B | 32 | 36 |
| Octal | 150 | 304 | 117 | 57 | 0 | 74 | 27 | 153 | 62 | 66 |
| Binary | 1101000 | 11000100 | 1001111 | 101111 | 0 | 111100 | 10111 | 1101011 | 110010 | 110110 |
Color Harmonies of #68C44F
Complementary color
Monochromatic Colors of #68C44F
Black with #68C44F
Text Example
Text Example
White with #68C44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C44F; }
p { color: rgb(104,196,79); }
H1.HeaderClassName
{
color: #68C44F;
}
.AnyTagClassName
{
color: #68C44F;
}
</style>
background-color css
<style>
a { background-color: #68C44F; }
a { background-color: rgb(104,196,79); }
div.DivClassName
{
background-color: #68C44F;
}
.BgClassName
{
background-color: #68C44F;
}
</style>
border-color css
<style>
span { border-color: #68C44F; }
span { border-color: rgb(104,196,79); }
td.TdClassName
{
border-color: #68C44F;
}
.TagClassName
{
border-color: #68C44F;
}
</style>