Shades of Apple #68E13C
Tints of Apple #68E13C
RGB
CMYK
RGB Variations
Color information
#68E13C (or 0x68E13C) is known color: Apple. HEX triplet: 68, E1 and 3C. RGB value is (104,225,60). Sum of RGB (Red+Green+Blue) = 104+225+60=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 225 (88.28% from 255 or 57.84% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 225 - color contains mainly: green. Hex color #68E13C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68E13C is #971EC3. Grayscale: #AAAAAA. Windows color (decimal): -9903812 or 3989864. OLE color: 3989864.
HSL color Cylindrical-coordinate representation of color #68E13C: hue angle of 104º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68E13C is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 225 | 60 | - |
| CMYK | 0.54 | 0 | 0.73 | 0.12 |
| HSL | 104º | 0.73% | 0.56% | - |
| HSV(B) | 104º | 0.73% | 0.88% | - |
| XYZ | 33.45 | 57.12 | 13.54 | - |
| YUV | 170.01 | 65.91 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 225 | 60 | 0.54 | 0 | 0.73 | 0.12 | 104 | 0.73 | 0.56 |
| Hex | 68 | E1 | 3C | 36 | 0 | 49 | C | 68 | 49 | 38 |
| Octal | 150 | 341 | 74 | 66 | 0 | 111 | 14 | 150 | 111 | 70 |
| Binary | 1101000 | 11100001 | 111100 | 110110 | 0 | 1001001 | 1100 | 1101000 | 1001001 | 111000 |
Color Harmonies of #68E13C
Complementary color
Monochromatic Colors of #68E13C
Black with #68E13C
Text Example
Text Example
White with #68E13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E13C; }
p { color: rgb(104,225,60); }
H1.HeaderClassName
{
color: #68E13C;
}
.AnyTagClassName
{
color: #68E13C;
}
</style>
background-color css
<style>
a { background-color: #68E13C; }
a { background-color: rgb(104,225,60); }
div.DivClassName
{
background-color: #68E13C;
}
.BgClassName
{
background-color: #68E13C;
}
</style>
border-color css
<style>
span { border-color: #68E13C; }
span { border-color: rgb(104,225,60); }
td.TdClassName
{
border-color: #68E13C;
}
.TagClassName
{
border-color: #68E13C;
}
</style>