Shades of Apple #68CD2C
Tints of Apple #68CD2C
RGB
CMYK
RGB Variations
Color information
#68CD2C (or 0x68CD2C) is known color: Apple. HEX triplet: 68, CD and 2C. RGB value is (104,205,44). Sum of RGB (Red+Green+Blue) = 104+205+44=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 205 (80.47% from 255 or 58.07% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CD2C is #9732D3. Grayscale: #9C9C9C. Windows color (decimal): -9908948 or 2936168. OLE color: 2936168.
HSL color Cylindrical-coordinate representation of color #68CD2C: hue angle of 97.64º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68CD2C is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 205 | 44 | - |
| CMYK | 0.49 | 0 | 0.79 | 0.20 |
| HSL | 97.64º | 0.65% | 0.49% | - |
| HSV(B) | 97.64º | 0.79% | 0.8% | - |
| XYZ | 27.99 | 46.79 | 9.94 | - |
| YUV | 156.45 | 64.54 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 44 | 0.49 | 0 | 0.79 | 0.20 | 97.64 | 0.65 | 0.49 |
| Hex | 68 | CD | 2C | 31 | 0 | 4F | 14 | 62 | 41 | 31 |
| Octal | 150 | 315 | 54 | 61 | 0 | 117 | 24 | 142 | 101 | 61 |
| Binary | 1101000 | 11001101 | 101100 | 110001 | 0 | 1001111 | 10100 | 1100010 | 1000001 | 110001 |
Color Harmonies of #68CD2C
Complementary color
Monochromatic Colors of #68CD2C
Black with #68CD2C
Text Example
Text Example
White with #68CD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CD2C; }
p { color: rgb(104,205,44); }
H1.HeaderClassName
{
color: #68CD2C;
}
.AnyTagClassName
{
color: #68CD2C;
}
</style>
background-color css
<style>
a { background-color: #68CD2C; }
a { background-color: rgb(104,205,44); }
div.DivClassName
{
background-color: #68CD2C;
}
.BgClassName
{
background-color: #68CD2C;
}
</style>
border-color css
<style>
span { border-color: #68CD2C; }
span { border-color: rgb(104,205,44); }
td.TdClassName
{
border-color: #68CD2C;
}
.TagClassName
{
border-color: #68CD2C;
}
</style>