Shades of Apple #68CD4D
Tints of Apple #68CD4D
RGB
CMYK
RGB Variations
Color information
#68CD4D (or 0x68CD4D) is known color: Apple. HEX triplet: 68, CD and 4D. RGB value is (104,205,77). Sum of RGB (Red+Green+Blue) = 104+205+77=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 205 (80.47% from 255 or 53.11% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CD4D is #9732B2. Grayscale: #A0A0A0. Windows color (decimal): -9908915 or 5098856. OLE color: 5098856.
HSL color Cylindrical-coordinate representation of color #68CD4D: hue angle of 107.34º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68CD4D is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 205 | 77 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.20 |
| HSL | 107.34º | 0.56% | 0.55% | - |
| HSV(B) | 107.34º | 0.62% | 0.8% | - |
| XYZ | 28.88 | 47.14 | 14.6 | - |
| YUV | 160.21 | 81.04 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 77 | 0.49 | 0 | 0.62 | 0.20 | 107.34 | 0.56 | 0.55 |
| Hex | 68 | CD | 4D | 31 | 0 | 3E | 14 | 6B | 38 | 37 |
| Octal | 150 | 315 | 115 | 61 | 0 | 76 | 24 | 153 | 70 | 67 |
| Binary | 1101000 | 11001101 | 1001101 | 110001 | 0 | 111110 | 10100 | 1101011 | 111000 | 110111 |
Color Harmonies of #68CD4D
Complementary color
Monochromatic Colors of #68CD4D
Black with #68CD4D
Text Example
Text Example
White with #68CD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CD4D; }
p { color: rgb(104,205,77); }
H1.HeaderClassName
{
color: #68CD4D;
}
.AnyTagClassName
{
color: #68CD4D;
}
</style>
background-color css
<style>
a { background-color: #68CD4D; }
a { background-color: rgb(104,205,77); }
div.DivClassName
{
background-color: #68CD4D;
}
.BgClassName
{
background-color: #68CD4D;
}
</style>
border-color css
<style>
span { border-color: #68CD4D; }
span { border-color: rgb(104,205,77); }
td.TdClassName
{
border-color: #68CD4D;
}
.TagClassName
{
border-color: #68CD4D;
}
</style>