Shades of Apple #68C538
Tints of Apple #68C538
RGB
CMYK
RGB Variations
Color information
#68C538 (or 0x68C538) is known color: Apple. HEX triplet: 68, C5 and 38. RGB value is (104,197,56). Sum of RGB (Red+Green+Blue) = 104+197+56=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 197 (77.34% from 255 or 55.18% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 197 - color contains mainly: green. Hex color #68C538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C538 is #973AC7. Grayscale: #999999. Windows color (decimal): -9910984 or 3720552. OLE color: 3720552.
HSL color Cylindrical-coordinate representation of color #68C538: hue angle of 99.57º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68C538 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 197 | 56 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.23 |
| HSL | 99.57º | 0.56% | 0.5% | - |
| HSV(B) | 99.57º | 0.72% | 0.77% | - |
| XYZ | 26.39 | 43.16 | 10.68 | - |
| YUV | 153.12 | 73.19 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 197 | 56 | 0.47 | 0 | 0.72 | 0.23 | 99.57 | 0.56 | 0.5 |
| Hex | 68 | C5 | 38 | 2F | 0 | 48 | 17 | 64 | 38 | 32 |
| Octal | 150 | 305 | 70 | 57 | 0 | 110 | 27 | 144 | 70 | 62 |
| Binary | 1101000 | 11000101 | 111000 | 101111 | 0 | 1001000 | 10111 | 1100100 | 111000 | 110010 |
Color Harmonies of #68C538
Complementary color
Monochromatic Colors of #68C538
Black with #68C538
Text Example
Text Example
White with #68C538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C538; }
p { color: rgb(104,197,56); }
H1.HeaderClassName
{
color: #68C538;
}
.AnyTagClassName
{
color: #68C538;
}
</style>
background-color css
<style>
a { background-color: #68C538; }
a { background-color: rgb(104,197,56); }
div.DivClassName
{
background-color: #68C538;
}
.BgClassName
{
background-color: #68C538;
}
</style>
border-color css
<style>
span { border-color: #68C538; }
span { border-color: rgb(104,197,56); }
td.TdClassName
{
border-color: #68C538;
}
.TagClassName
{
border-color: #68C538;
}
</style>