Shades of Apple #68C24D
Tints of Apple #68C24D
RGB
CMYK
RGB Variations
Color information
#68C24D (or 0x68C24D) is known color: Apple. HEX triplet: 68, C2 and 4D. RGB value is (104,194,77). Sum of RGB (Red+Green+Blue) = 104+194+77=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #68C24D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C24D is #973DB2. Grayscale: #9A9A9A. Windows color (decimal): -9911731 or 5096040. OLE color: 5096040.
HSL color Cylindrical-coordinate representation of color #68C24D: hue angle of 106.15º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68C24D is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 77 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.24 |
| HSL | 106.15º | 0.49% | 0.53% | - |
| HSV(B) | 106.15º | 0.6% | 0.76% | - |
| XYZ | 26.34 | 42.06 | 13.75 | - |
| YUV | 153.75 | 84.68 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 77 | 0.46 | 0 | 0.60 | 0.24 | 106.15 | 0.49 | 0.53 |
| Hex | 68 | C2 | 4D | 2E | 0 | 3C | 18 | 6A | 31 | 35 |
| Octal | 150 | 302 | 115 | 56 | 0 | 74 | 30 | 152 | 61 | 65 |
| Binary | 1101000 | 11000010 | 1001101 | 101110 | 0 | 111100 | 11000 | 1101010 | 110001 | 110101 |
Color Harmonies of #68C24D
Complementary color
Monochromatic Colors of #68C24D
Black with #68C24D
Text Example
Text Example
White with #68C24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C24D; }
p { color: rgb(104,194,77); }
H1.HeaderClassName
{
color: #68C24D;
}
.AnyTagClassName
{
color: #68C24D;
}
</style>
background-color css
<style>
a { background-color: #68C24D; }
a { background-color: rgb(104,194,77); }
div.DivClassName
{
background-color: #68C24D;
}
.BgClassName
{
background-color: #68C24D;
}
</style>
border-color css
<style>
span { border-color: #68C24D; }
span { border-color: rgb(104,194,77); }
td.TdClassName
{
border-color: #68C24D;
}
.TagClassName
{
border-color: #68C24D;
}
</style>