Shades of Apple #68CB46
Tints of Apple #68CB46
RGB
CMYK
RGB Variations
Color information
#68CB46 (or 0x68CB46) is known color: Apple. HEX triplet: 68, CB and 46. RGB value is (104,203,70). Sum of RGB (Red+Green+Blue) = 104+203+70=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 203 (79.69% from 255 or 53.85% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CB46 is #9734B9. Grayscale: #9E9E9E. Windows color (decimal): -9909434 or 4639592. OLE color: 4639592.
HSL color Cylindrical-coordinate representation of color #68CB46: hue angle of 104.66º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68CB46 is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 70 | - |
| CMYK | 0.49 | 0 | 0.66 | 0.20 |
| HSL | 104.66º | 0.56% | 0.54% | - |
| HSV(B) | 104.66º | 0.66% | 0.8% | - |
| XYZ | 28.17 | 46.1 | 13.21 | - |
| YUV | 158.24 | 78.2 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 70 | 0.49 | 0 | 0.66 | 0.20 | 104.66 | 0.56 | 0.54 |
| Hex | 68 | CB | 46 | 31 | 0 | 42 | 14 | 69 | 38 | 36 |
| Octal | 150 | 313 | 106 | 61 | 0 | 102 | 24 | 151 | 70 | 66 |
| Binary | 1101000 | 11001011 | 1000110 | 110001 | 0 | 1000010 | 10100 | 1101001 | 111000 | 110110 |
Color Harmonies of #68CB46
Complementary color
Monochromatic Colors of #68CB46
Black with #68CB46
Text Example
Text Example
White with #68CB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CB46; }
p { color: rgb(104,203,70); }
H1.HeaderClassName
{
color: #68CB46;
}
.AnyTagClassName
{
color: #68CB46;
}
</style>
background-color css
<style>
a { background-color: #68CB46; }
a { background-color: rgb(104,203,70); }
div.DivClassName
{
background-color: #68CB46;
}
.BgClassName
{
background-color: #68CB46;
}
</style>
border-color css
<style>
span { border-color: #68CB46; }
span { border-color: rgb(104,203,70); }
td.TdClassName
{
border-color: #68CB46;
}
.TagClassName
{
border-color: #68CB46;
}
</style>