Shades of Apple #68C22D
Tints of Apple #68C22D
RGB
CMYK
RGB Variations
Color information
#68C22D (or 0x68C22D) is known color: Apple. HEX triplet: 68, C2 and 2D. RGB value is (104,194,45). Sum of RGB (Red+Green+Blue) = 104+194+45=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 194 (76.17% from 255 or 56.56% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 194 - color contains mainly: green. Hex color #68C22D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C22D is #973DD2. Grayscale: #969696. Windows color (decimal): -9911763 or 2998888. OLE color: 2998888.
HSL color Cylindrical-coordinate representation of color #68C22D: hue angle of 96.24º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68C22D is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 45 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.24 |
| HSL | 96.24º | 0.62% | 0.47% | - |
| HSV(B) | 96.24º | 0.77% | 0.76% | - |
| XYZ | 25.47 | 41.72 | 9.19 | - |
| YUV | 150.1 | 68.68 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 45 | 0.46 | 0 | 0.77 | 0.24 | 96.24 | 0.62 | 0.47 |
| Hex | 68 | C2 | 2D | 2E | 0 | 4D | 18 | 60 | 3E | 2F |
| Octal | 150 | 302 | 55 | 56 | 0 | 115 | 30 | 140 | 76 | 57 |
| Binary | 1101000 | 11000010 | 101101 | 101110 | 0 | 1001101 | 11000 | 1100000 | 111110 | 101111 |
Color Harmonies of #68C22D
Complementary color
Monochromatic Colors of #68C22D
Black with #68C22D
Text Example
Text Example
White with #68C22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C22D; }
p { color: rgb(104,194,45); }
H1.HeaderClassName
{
color: #68C22D;
}
.AnyTagClassName
{
color: #68C22D;
}
</style>
background-color css
<style>
a { background-color: #68C22D; }
a { background-color: rgb(104,194,45); }
div.DivClassName
{
background-color: #68C22D;
}
.BgClassName
{
background-color: #68C22D;
}
</style>
border-color css
<style>
span { border-color: #68C22D; }
span { border-color: rgb(104,194,45); }
td.TdClassName
{
border-color: #68C22D;
}
.TagClassName
{
border-color: #68C22D;
}
</style>