Shades of Apple #68C350
Tints of Apple #68C350
RGB
CMYK
RGB Variations
Color information
#68C350 (or 0x68C350) is known color: Apple. HEX triplet: 68, C3 and 50. RGB value is (104,195,80). Sum of RGB (Red+Green+Blue) = 104+195+80=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 195 (76.56% from 255 or 51.45% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 195 - color contains mainly: green. Hex color #68C350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C350 is #973CAF. Grayscale: #9B9B9B. Windows color (decimal): -9911472 or 5292904. OLE color: 5292904.
HSL color Cylindrical-coordinate representation of color #68C350: hue angle of 107.48º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68C350 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 195 | 80 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.24 |
| HSL | 107.48º | 0.49% | 0.54% | - |
| HSV(B) | 107.48º | 0.59% | 0.76% | - |
| XYZ | 26.67 | 42.55 | 14.4 | - |
| YUV | 154.68 | 85.85 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 80 | 0.47 | 0 | 0.59 | 0.24 | 107.48 | 0.49 | 0.54 |
| Hex | 68 | C3 | 50 | 2F | 0 | 3B | 18 | 6B | 31 | 36 |
| Octal | 150 | 303 | 120 | 57 | 0 | 73 | 30 | 153 | 61 | 66 |
| Binary | 1101000 | 11000011 | 1010000 | 101111 | 0 | 111011 | 11000 | 1101011 | 110001 | 110110 |
Color Harmonies of #68C350
Complementary color
Monochromatic Colors of #68C350
Black with #68C350
Text Example
Text Example
White with #68C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C350; }
p { color: rgb(104,195,80); }
H1.HeaderClassName
{
color: #68C350;
}
.AnyTagClassName
{
color: #68C350;
}
</style>
background-color css
<style>
a { background-color: #68C350; }
a { background-color: rgb(104,195,80); }
div.DivClassName
{
background-color: #68C350;
}
.BgClassName
{
background-color: #68C350;
}
</style>
border-color css
<style>
span { border-color: #68C350; }
span { border-color: rgb(104,195,80); }
td.TdClassName
{
border-color: #68C350;
}
.TagClassName
{
border-color: #68C350;
}
</style>