Shades of Apple #68C434
Tints of Apple #68C434
RGB
CMYK
RGB Variations
Color information
#68C434 (or 0x68C434) is known color: Apple. HEX triplet: 68, C4 and 34. RGB value is (104,196,52). Sum of RGB (Red+Green+Blue) = 104+196+52=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 196 (76.95% from 255 or 55.68% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 196 - color contains mainly: green. Hex color #68C434 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C434 is #973BCB. Grayscale: #989898. Windows color (decimal): -9911244 or 3458152. OLE color: 3458152.
HSL color Cylindrical-coordinate representation of color #68C434: hue angle of 98.33º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68C434 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 196 | 52 | - |
| CMYK | 0.47 | 0 | 0.73 | 0.23 |
| HSL | 98.33º | 0.58% | 0.49% | - |
| HSV(B) | 98.33º | 0.73% | 0.77% | - |
| XYZ | 26.07 | 42.67 | 10.11 | - |
| YUV | 152.08 | 71.52 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 196 | 52 | 0.47 | 0 | 0.73 | 0.23 | 98.33 | 0.58 | 0.49 |
| Hex | 68 | C4 | 34 | 2F | 0 | 49 | 17 | 62 | 3A | 31 |
| Octal | 150 | 304 | 64 | 57 | 0 | 111 | 27 | 142 | 72 | 61 |
| Binary | 1101000 | 11000100 | 110100 | 101111 | 0 | 1001001 | 10111 | 1100010 | 111010 | 110001 |
Color Harmonies of #68C434
Complementary color
Monochromatic Colors of #68C434
Black with #68C434
Text Example
Text Example
White with #68C434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C434; }
p { color: rgb(104,196,52); }
H1.HeaderClassName
{
color: #68C434;
}
.AnyTagClassName
{
color: #68C434;
}
</style>
background-color css
<style>
a { background-color: #68C434; }
a { background-color: rgb(104,196,52); }
div.DivClassName
{
background-color: #68C434;
}
.BgClassName
{
background-color: #68C434;
}
</style>
border-color css
<style>
span { border-color: #68C434; }
span { border-color: rgb(104,196,52); }
td.TdClassName
{
border-color: #68C434;
}
.TagClassName
{
border-color: #68C434;
}
</style>