Shades of Apple #68CC48
Tints of Apple #68CC48
RGB
CMYK
RGB Variations
Color information
#68CC48 (or 0x68CC48) is known color: Apple. HEX triplet: 68, CC and 48. RGB value is (104,204,72). Sum of RGB (Red+Green+Blue) = 104+204+72=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 204 (80.08% from 255 or 53.68% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 204 - color contains mainly: green. Hex color #68CC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CC48 is #9733B7. Grayscale: #9F9F9F. Windows color (decimal): -9909176 or 4770920. OLE color: 4770920.
HSL color Cylindrical-coordinate representation of color #68CC48: hue angle of 105.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68CC48 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 204 | 72 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.2 |
| HSL | 105.45º | 0.56% | 0.54% | - |
| HSV(B) | 105.45º | 0.65% | 0.8% | - |
| XYZ | 28.47 | 46.6 | 13.62 | - |
| YUV | 159.05 | 78.87 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 72 | 0.49 | 0 | 0.65 | 0.2 | 105.45 | 0.56 | 0.54 |
| Hex | 68 | CC | 48 | 31 | 0 | 41 | 14 | 69 | 38 | 36 |
| Octal | 150 | 314 | 110 | 61 | 0 | 101 | 24 | 151 | 70 | 66 |
| Binary | 1101000 | 11001100 | 1001000 | 110001 | 0 | 1000001 | 10100 | 1101001 | 111000 | 110110 |
Color Harmonies of #68CC48
Complementary color
Monochromatic Colors of #68CC48
Black with #68CC48
Text Example
Text Example
White with #68CC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CC48; }
p { color: rgb(104,204,72); }
H1.HeaderClassName
{
color: #68CC48;
}
.AnyTagClassName
{
color: #68CC48;
}
</style>
background-color css
<style>
a { background-color: #68CC48; }
a { background-color: rgb(104,204,72); }
div.DivClassName
{
background-color: #68CC48;
}
.BgClassName
{
background-color: #68CC48;
}
</style>
border-color css
<style>
span { border-color: #68CC48; }
span { border-color: rgb(104,204,72); }
td.TdClassName
{
border-color: #68CC48;
}
.TagClassName
{
border-color: #68CC48;
}
</style>