Shades of Apple #68CC4D
Tints of Apple #68CC4D
RGB
CMYK
RGB Variations
Color information
#68CC4D (or 0x68CC4D) is known color: Apple. HEX triplet: 68, CC and 4D. RGB value is (104,204,77). Sum of RGB (Red+Green+Blue) = 104+204+77=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #68CC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CC4D is #9733B2. Grayscale: #A0A0A0. Windows color (decimal): -9909171 or 5098600. OLE color: 5098600.
HSL color Cylindrical-coordinate representation of color #68CC4D: hue angle of 107.24º degrees, saturation: 0.55, 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 #68CC4D is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 204 | 77 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.2 |
| HSL | 107.24º | 0.55% | 0.55% | - |
| HSV(B) | 107.24º | 0.62% | 0.8% | - |
| XYZ | 28.64 | 46.66 | 14.52 | - |
| YUV | 159.62 | 81.37 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 77 | 0.49 | 0 | 0.62 | 0.2 | 107.24 | 0.55 | 0.55 |
| Hex | 68 | CC | 4D | 31 | 0 | 3E | 14 | 6B | 37 | 37 |
| Octal | 150 | 314 | 115 | 61 | 0 | 76 | 24 | 153 | 67 | 67 |
| Binary | 1101000 | 11001100 | 1001101 | 110001 | 0 | 111110 | 10100 | 1101011 | 110111 | 110111 |
Color Harmonies of #68CC4D
Complementary color
Monochromatic Colors of #68CC4D
Black with #68CC4D
Text Example
Text Example
White with #68CC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CC4D; }
p { color: rgb(104,204,77); }
H1.HeaderClassName
{
color: #68CC4D;
}
.AnyTagClassName
{
color: #68CC4D;
}
</style>
background-color css
<style>
a { background-color: #68CC4D; }
a { background-color: rgb(104,204,77); }
div.DivClassName
{
background-color: #68CC4D;
}
.BgClassName
{
background-color: #68CC4D;
}
</style>
border-color css
<style>
span { border-color: #68CC4D; }
span { border-color: rgb(104,204,77); }
td.TdClassName
{
border-color: #68CC4D;
}
.TagClassName
{
border-color: #68CC4D;
}
</style>