Shades of Apple #68C241
Tints of Apple #68C241
RGB
CMYK
RGB Variations
Color information
#68C241 (or 0x68C241) is known color: Apple. HEX triplet: 68, C2 and 41. RGB value is (104,194,65). Sum of RGB (Red+Green+Blue) = 104+194+65=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 194 (76.17% from 255 or 53.44% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 194 - color contains mainly: green. Hex color #68C241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C241 is #973DBE. Grayscale: #989898. Windows color (decimal): -9911743 or 4309608. OLE color: 4309608.
HSL color Cylindrical-coordinate representation of color #68C241: hue angle of 101.86º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68C241 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 65 | - |
| CMYK | 0.46 | 0 | 0.66 | 0.24 |
| HSL | 101.86º | 0.51% | 0.51% | - |
| HSV(B) | 101.86º | 0.66% | 0.76% | - |
| XYZ | 25.95 | 41.91 | 11.72 | - |
| YUV | 152.38 | 78.68 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 65 | 0.46 | 0 | 0.66 | 0.24 | 101.86 | 0.51 | 0.51 |
| Hex | 68 | C2 | 41 | 2E | 0 | 42 | 18 | 66 | 33 | 33 |
| Octal | 150 | 302 | 101 | 56 | 0 | 102 | 30 | 146 | 63 | 63 |
| Binary | 1101000 | 11000010 | 1000001 | 101110 | 0 | 1000010 | 11000 | 1100110 | 110011 | 110011 |
Color Harmonies of #68C241
Complementary color
Monochromatic Colors of #68C241
Black with #68C241
Text Example
Text Example
White with #68C241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C241; }
p { color: rgb(104,194,65); }
H1.HeaderClassName
{
color: #68C241;
}
.AnyTagClassName
{
color: #68C241;
}
</style>
background-color css
<style>
a { background-color: #68C241; }
a { background-color: rgb(104,194,65); }
div.DivClassName
{
background-color: #68C241;
}
.BgClassName
{
background-color: #68C241;
}
</style>
border-color css
<style>
span { border-color: #68C241; }
span { border-color: rgb(104,194,65); }
td.TdClassName
{
border-color: #68C241;
}
.TagClassName
{
border-color: #68C241;
}
</style>