Shades of Apple #68BE40
Tints of Apple #68BE40
RGB
CMYK
RGB Variations
Color information
#68BE40 (or 0x68BE40) is known color: Apple. HEX triplet: 68, BE and 40. RGB value is (104,190,64). Sum of RGB (Red+Green+Blue) = 104+190+64=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 190 (74.61% from 255 or 53.07% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 190 - color contains mainly: green. Hex color #68BE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BE40 is #9741BF. Grayscale: #969696. Windows color (decimal): -9912768 or 4243048. OLE color: 4243048.
HSL color Cylindrical-coordinate representation of color #68BE40: hue angle of 100.95º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68BE40 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 190 | 64 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.25 |
| HSL | 100.95º | 0.5% | 0.5% | - |
| HSV(B) | 100.95º | 0.66% | 0.75% | - |
| XYZ | 25.05 | 40.14 | 11.28 | - |
| YUV | 149.92 | 79.51 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 64 | 0.45 | 0 | 0.66 | 0.25 | 100.95 | 0.5 | 0.5 |
| Hex | 68 | BE | 40 | 2D | 0 | 42 | 19 | 65 | 32 | 32 |
| Octal | 150 | 276 | 100 | 55 | 0 | 102 | 31 | 145 | 62 | 62 |
| Binary | 1101000 | 10111110 | 1000000 | 101101 | 0 | 1000010 | 11001 | 1100101 | 110010 | 110010 |
Color Harmonies of #68BE40
Complementary color
Monochromatic Colors of #68BE40
Black with #68BE40
Text Example
Text Example
White with #68BE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BE40; }
p { color: rgb(104,190,64); }
H1.HeaderClassName
{
color: #68BE40;
}
.AnyTagClassName
{
color: #68BE40;
}
</style>
background-color css
<style>
a { background-color: #68BE40; }
a { background-color: rgb(104,190,64); }
div.DivClassName
{
background-color: #68BE40;
}
.BgClassName
{
background-color: #68BE40;
}
</style>
border-color css
<style>
span { border-color: #68BE40; }
span { border-color: rgb(104,190,64); }
td.TdClassName
{
border-color: #68BE40;
}
.TagClassName
{
border-color: #68BE40;
}
</style>