Shades of Apple #68CB4E
Tints of Apple #68CB4E
RGB
CMYK
RGB Variations
Color information
#68CB4E (or 0x68CB4E) is known color: Apple. HEX triplet: 68, CB and 4E. RGB value is (104,203,78). Sum of RGB (Red+Green+Blue) = 104+203+78=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CB4E is #9734B1. Grayscale: #9F9F9F. Windows color (decimal): -9909426 or 5163880. OLE color: 5163880.
HSL color Cylindrical-coordinate representation of color #68CB4E: hue angle of 107.52º 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 #68CB4E is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 78 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.20 |
| HSL | 107.52º | 0.55% | 0.55% | - |
| HSV(B) | 107.52º | 0.62% | 0.8% | - |
| XYZ | 28.44 | 46.2 | 14.63 | - |
| YUV | 159.15 | 82.2 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 78 | 0.49 | 0 | 0.62 | 0.20 | 107.52 | 0.55 | 0.55 |
| Hex | 68 | CB | 4E | 31 | 0 | 3E | 14 | 6C | 37 | 37 |
| Octal | 150 | 313 | 116 | 61 | 0 | 76 | 24 | 154 | 67 | 67 |
| Binary | 1101000 | 11001011 | 1001110 | 110001 | 0 | 111110 | 10100 | 1101100 | 110111 | 110111 |
Color Harmonies of #68CB4E
Complementary color
Monochromatic Colors of #68CB4E
Black with #68CB4E
Text Example
Text Example
White with #68CB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CB4E; }
p { color: rgb(104,203,78); }
H1.HeaderClassName
{
color: #68CB4E;
}
.AnyTagClassName
{
color: #68CB4E;
}
</style>
background-color css
<style>
a { background-color: #68CB4E; }
a { background-color: rgb(104,203,78); }
div.DivClassName
{
background-color: #68CB4E;
}
.BgClassName
{
background-color: #68CB4E;
}
</style>
border-color css
<style>
span { border-color: #68CB4E; }
span { border-color: rgb(104,203,78); }
td.TdClassName
{
border-color: #68CB4E;
}
.TagClassName
{
border-color: #68CB4E;
}
</style>