Shades of Apple #68C533
Tints of Apple #68C533
RGB
CMYK
RGB Variations
Color information
#68C533 (or 0x68C533) is known color: Apple. HEX triplet: 68, C5 and 33. RGB value is (104,197,51). Sum of RGB (Red+Green+Blue) = 104+197+51=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 197 (77.34% from 255 or 55.97% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 197 - color contains mainly: green. Hex color #68C533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C533 is #973ACC. Grayscale: #999999. Windows color (decimal): -9910989 or 3392872. OLE color: 3392872.
HSL color Cylindrical-coordinate representation of color #68C533: hue angle of 98.22º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68C533 is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 197 | 51 | - |
| CMYK | 0.47 | 0 | 0.74 | 0.23 |
| HSL | 98.22º | 0.59% | 0.49% | - |
| HSV(B) | 98.22º | 0.74% | 0.77% | - |
| XYZ | 26.27 | 43.11 | 10.07 | - |
| YUV | 152.55 | 70.69 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 197 | 51 | 0.47 | 0 | 0.74 | 0.23 | 98.22 | 0.59 | 0.49 |
| Hex | 68 | C5 | 33 | 2F | 0 | 4A | 17 | 62 | 3B | 31 |
| Octal | 150 | 305 | 63 | 57 | 0 | 112 | 27 | 142 | 73 | 61 |
| Binary | 1101000 | 11000101 | 110011 | 101111 | 0 | 1001010 | 10111 | 1100010 | 111011 | 110001 |
Color Harmonies of #68C533
Complementary color
Monochromatic Colors of #68C533
Black with #68C533
Text Example
Text Example
White with #68C533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C533; }
p { color: rgb(104,197,51); }
H1.HeaderClassName
{
color: #68C533;
}
.AnyTagClassName
{
color: #68C533;
}
</style>
background-color css
<style>
a { background-color: #68C533; }
a { background-color: rgb(104,197,51); }
div.DivClassName
{
background-color: #68C533;
}
.BgClassName
{
background-color: #68C533;
}
</style>
border-color css
<style>
span { border-color: #68C533; }
span { border-color: rgb(104,197,51); }
td.TdClassName
{
border-color: #68C533;
}
.TagClassName
{
border-color: #68C533;
}
</style>