Shades of Apple #68CE4C
Tints of Apple #68CE4C
RGB
CMYK
RGB Variations
Color information
#68CE4C (or 0x68CE4C) is known color: Apple. HEX triplet: 68, CE and 4C. RGB value is (104,206,76). Sum of RGB (Red+Green+Blue) = 104+206+76=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 206 (80.86% from 255 or 53.37% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 206 - color contains mainly: green. Hex color #68CE4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CE4C is #9731B3. Grayscale: #A1A1A1. Windows color (decimal): -9908660 or 5033576. OLE color: 5033576.
HSL color Cylindrical-coordinate representation of color #68CE4C: hue angle of 107.08º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68CE4C is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 206 | 76 | - |
| CMYK | 0.50 | 0 | 0.63 | 0.19 |
| HSL | 107.08º | 0.57% | 0.55% | - |
| HSV(B) | 107.08º | 0.63% | 0.81% | - |
| XYZ | 29.08 | 47.61 | 14.49 | - |
| YUV | 160.68 | 80.21 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 76 | 0.50 | 0 | 0.63 | 0.19 | 107.08 | 0.57 | 0.55 |
| Hex | 68 | CE | 4C | 32 | 0 | 3F | 13 | 6B | 39 | 37 |
| Octal | 150 | 316 | 114 | 62 | 0 | 77 | 23 | 153 | 71 | 67 |
| Binary | 1101000 | 11001110 | 1001100 | 110010 | 0 | 111111 | 10011 | 1101011 | 111001 | 110111 |
Color Harmonies of #68CE4C
Complementary color
Monochromatic Colors of #68CE4C
Black with #68CE4C
Text Example
Text Example
White with #68CE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CE4C; }
p { color: rgb(104,206,76); }
H1.HeaderClassName
{
color: #68CE4C;
}
.AnyTagClassName
{
color: #68CE4C;
}
</style>
background-color css
<style>
a { background-color: #68CE4C; }
a { background-color: rgb(104,206,76); }
div.DivClassName
{
background-color: #68CE4C;
}
.BgClassName
{
background-color: #68CE4C;
}
</style>
border-color css
<style>
span { border-color: #68CE4C; }
span { border-color: rgb(104,206,76); }
td.TdClassName
{
border-color: #68CE4C;
}
.TagClassName
{
border-color: #68CE4C;
}
</style>