Shades of Apple #68C53A
Tints of Apple #68C53A
RGB
CMYK
RGB Variations
Color information
#68C53A (or 0x68C53A) is known color: Apple. HEX triplet: 68, C5 and 3A. RGB value is (104,197,58). Sum of RGB (Red+Green+Blue) = 104+197+58=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 197 (77.34% from 255 or 54.87% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 197 - color contains mainly: green. Hex color #68C53A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C53A is #973AC5. Grayscale: #999999. Windows color (decimal): -9910982 or 3851624. OLE color: 3851624.
HSL color Cylindrical-coordinate representation of color #68C53A: hue angle of 100.14º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68C53A is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 197 | 58 | - |
| CMYK | 0.47 | 0 | 0.71 | 0.23 |
| HSL | 100.14º | 0.55% | 0.5% | - |
| HSV(B) | 100.14º | 0.71% | 0.77% | - |
| XYZ | 26.44 | 43.18 | 10.94 | - |
| YUV | 153.35 | 74.19 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 197 | 58 | 0.47 | 0 | 0.71 | 0.23 | 100.14 | 0.55 | 0.5 |
| Hex | 68 | C5 | 3A | 2F | 0 | 47 | 17 | 64 | 37 | 32 |
| Octal | 150 | 305 | 72 | 57 | 0 | 107 | 27 | 144 | 67 | 62 |
| Binary | 1101000 | 11000101 | 111010 | 101111 | 0 | 1000111 | 10111 | 1100100 | 110111 | 110010 |
Color Harmonies of #68C53A
Complementary color
Monochromatic Colors of #68C53A
Black with #68C53A
Text Example
Text Example
White with #68C53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C53A; }
p { color: rgb(104,197,58); }
H1.HeaderClassName
{
color: #68C53A;
}
.AnyTagClassName
{
color: #68C53A;
}
</style>
background-color css
<style>
a { background-color: #68C53A; }
a { background-color: rgb(104,197,58); }
div.DivClassName
{
background-color: #68C53A;
}
.BgClassName
{
background-color: #68C53A;
}
</style>
border-color css
<style>
span { border-color: #68C53A; }
span { border-color: rgb(104,197,58); }
td.TdClassName
{
border-color: #68C53A;
}
.TagClassName
{
border-color: #68C53A;
}
</style>