Shades of Apple #68CA49
Tints of Apple #68CA49
RGB
CMYK
RGB Variations
Color information
#68CA49 (or 0x68CA49) is known color: Apple. HEX triplet: 68, CA and 49. RGB value is (104,202,73). Sum of RGB (Red+Green+Blue) = 104+202+73=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #68CA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CA49 is #9735B6. Grayscale: #9E9E9E. Windows color (decimal): -9909687 or 4835944. OLE color: 4835944.
HSL color Cylindrical-coordinate representation of color #68CA49: hue angle of 105.58º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68CA49 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 73 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.21 |
| HSL | 105.58º | 0.55% | 0.54% | - |
| HSV(B) | 105.58º | 0.64% | 0.79% | - |
| XYZ | 28.03 | 45.67 | 13.64 | - |
| YUV | 157.99 | 80.03 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 73 | 0.49 | 0 | 0.64 | 0.21 | 105.58 | 0.55 | 0.54 |
| Hex | 68 | CA | 49 | 31 | 0 | 40 | 15 | 6A | 37 | 36 |
| Octal | 150 | 312 | 111 | 61 | 0 | 100 | 25 | 152 | 67 | 66 |
| Binary | 1101000 | 11001010 | 1001001 | 110001 | 0 | 1000000 | 10101 | 1101010 | 110111 | 110110 |
Color Harmonies of #68CA49
Complementary color
Monochromatic Colors of #68CA49
Black with #68CA49
Text Example
Text Example
White with #68CA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CA49; }
p { color: rgb(104,202,73); }
H1.HeaderClassName
{
color: #68CA49;
}
.AnyTagClassName
{
color: #68CA49;
}
</style>
background-color css
<style>
a { background-color: #68CA49; }
a { background-color: rgb(104,202,73); }
div.DivClassName
{
background-color: #68CA49;
}
.BgClassName
{
background-color: #68CA49;
}
</style>
border-color css
<style>
span { border-color: #68CA49; }
span { border-color: rgb(104,202,73); }
td.TdClassName
{
border-color: #68CA49;
}
.TagClassName
{
border-color: #68CA49;
}
</style>