Shades of Apple #68DC48
Tints of Apple #68DC48
RGB
CMYK
RGB Variations
Color information
#68DC48 (or 0x68DC48) is known color: Apple. HEX triplet: 68, DC and 48. RGB value is (104,220,72). Sum of RGB (Red+Green+Blue) = 104+220+72=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 220 (86.33% from 255 or 55.56% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DC48 is #9723B7. Grayscale: #A8A8A8. Windows color (decimal): -9905080 or 4775016. OLE color: 4775016.
HSL color Cylindrical-coordinate representation of color #68DC48: hue angle of 107.03º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68DC48 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 72 | - |
| CMYK | 0.53 | 0 | 0.67 | 0.14 |
| HSL | 107.03º | 0.68% | 0.57% | - |
| HSV(B) | 107.03º | 0.67% | 0.86% | - |
| XYZ | 32.47 | 54.6 | 14.96 | - |
| YUV | 168.44 | 73.57 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 72 | 0.53 | 0 | 0.67 | 0.14 | 107.03 | 0.68 | 0.57 |
| Hex | 68 | DC | 48 | 35 | 0 | 43 | E | 6B | 44 | 39 |
| Octal | 150 | 334 | 110 | 65 | 0 | 103 | 16 | 153 | 104 | 71 |
| Binary | 1101000 | 11011100 | 1001000 | 110101 | 0 | 1000011 | 1110 | 1101011 | 1000100 | 111001 |
Color Harmonies of #68DC48
Complementary color
Monochromatic Colors of #68DC48
Black with #68DC48
Text Example
Text Example
White with #68DC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DC48; }
p { color: rgb(104,220,72); }
H1.HeaderClassName
{
color: #68DC48;
}
.AnyTagClassName
{
color: #68DC48;
}
</style>
background-color css
<style>
a { background-color: #68DC48; }
a { background-color: rgb(104,220,72); }
div.DivClassName
{
background-color: #68DC48;
}
.BgClassName
{
background-color: #68DC48;
}
</style>
border-color css
<style>
span { border-color: #68DC48; }
span { border-color: rgb(104,220,72); }
td.TdClassName
{
border-color: #68DC48;
}
.TagClassName
{
border-color: #68DC48;
}
</style>