Shades of Apple #68CA53
Tints of Apple #68CA53
RGB
CMYK
RGB Variations
Color information
#68CA53 (or 0x68CA53) is known color: Apple. HEX triplet: 68, CA and 53. RGB value is (104,202,83). Sum of RGB (Red+Green+Blue) = 104+202+83=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #68CA53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CA53 is #9735AC. Grayscale: #9F9F9F. Windows color (decimal): -9909677 or 5491304. OLE color: 5491304.
HSL color Cylindrical-coordinate representation of color #68CA53: hue angle of 109.41º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68CA53 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 83 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.21 |
| HSL | 109.41º | 0.53% | 0.56% | - |
| HSV(B) | 109.41º | 0.59% | 0.79% | - |
| XYZ | 28.39 | 45.81 | 15.53 | - |
| YUV | 159.13 | 85.03 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 83 | 0.49 | 0 | 0.59 | 0.21 | 109.41 | 0.53 | 0.56 |
| Hex | 68 | CA | 53 | 31 | 0 | 3B | 15 | 6D | 35 | 38 |
| Octal | 150 | 312 | 123 | 61 | 0 | 73 | 25 | 155 | 65 | 70 |
| Binary | 1101000 | 11001010 | 1010011 | 110001 | 0 | 111011 | 10101 | 1101101 | 110101 | 111000 |
Color Harmonies of #68CA53
Complementary color
Monochromatic Colors of #68CA53
Black with #68CA53
Text Example
Text Example
White with #68CA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CA53; }
p { color: rgb(104,202,83); }
H1.HeaderClassName
{
color: #68CA53;
}
.AnyTagClassName
{
color: #68CA53;
}
</style>
background-color css
<style>
a { background-color: #68CA53; }
a { background-color: rgb(104,202,83); }
div.DivClassName
{
background-color: #68CA53;
}
.BgClassName
{
background-color: #68CA53;
}
</style>
border-color css
<style>
span { border-color: #68CA53; }
span { border-color: rgb(104,202,83); }
td.TdClassName
{
border-color: #68CA53;
}
.TagClassName
{
border-color: #68CA53;
}
</style>