Shades of Apple #68C232
Tints of Apple #68C232
RGB
CMYK
RGB Variations
Color information
#68C232 (or 0x68C232) is known color: Apple. HEX triplet: 68, C2 and 32. RGB value is (104,194,50). Sum of RGB (Red+Green+Blue) = 104+194+50=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 194 (76.17% from 255 or 55.75% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 194 - color contains mainly: green. Hex color #68C232 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C232 is #973DCD. Grayscale: #979797. Windows color (decimal): -9911758 or 3326568. OLE color: 3326568.
HSL color Cylindrical-coordinate representation of color #68C232: hue angle of 97.5º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68C232 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 50 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.24 |
| HSL | 97.5º | 0.59% | 0.48% | - |
| HSV(B) | 97.5º | 0.74% | 0.76% | - |
| XYZ | 25.58 | 41.76 | 9.73 | - |
| YUV | 150.67 | 71.18 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 50 | 0.46 | 0 | 0.74 | 0.24 | 97.5 | 0.59 | 0.48 |
| Hex | 68 | C2 | 32 | 2E | 0 | 4A | 18 | 62 | 3B | 30 |
| Octal | 150 | 302 | 62 | 56 | 0 | 112 | 30 | 142 | 73 | 60 |
| Binary | 1101000 | 11000010 | 110010 | 101110 | 0 | 1001010 | 11000 | 1100010 | 111011 | 110000 |
Color Harmonies of #68C232
Complementary color
Monochromatic Colors of #68C232
Black with #68C232
Text Example
Text Example
White with #68C232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C232; }
p { color: rgb(104,194,50); }
H1.HeaderClassName
{
color: #68C232;
}
.AnyTagClassName
{
color: #68C232;
}
</style>
background-color css
<style>
a { background-color: #68C232; }
a { background-color: rgb(104,194,50); }
div.DivClassName
{
background-color: #68C232;
}
.BgClassName
{
background-color: #68C232;
}
</style>
border-color css
<style>
span { border-color: #68C232; }
span { border-color: rgb(104,194,50); }
td.TdClassName
{
border-color: #68C232;
}
.TagClassName
{
border-color: #68C232;
}
</style>