Shades of Apple #68BE4D
Tints of Apple #68BE4D
RGB
CMYK
RGB Variations
Color information
#68BE4D (or 0x68BE4D) is known color: Apple. HEX triplet: 68, BE and 4D. RGB value is (104,190,77). Sum of RGB (Red+Green+Blue) = 104+190+77=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #68BE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BE4D is #9741B2. Grayscale: #979797. Windows color (decimal): -9912755 or 5095016. OLE color: 5095016.
HSL color Cylindrical-coordinate representation of color #68BE4D: hue angle of 105.66º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68BE4D is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 190 | 77 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.25 |
| HSL | 105.66º | 0.47% | 0.52% | - |
| HSV(B) | 105.66º | 0.59% | 0.75% | - |
| XYZ | 25.46 | 40.31 | 13.46 | - |
| YUV | 151.4 | 86.01 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 77 | 0.45 | 0 | 0.59 | 0.25 | 105.66 | 0.47 | 0.52 |
| Hex | 68 | BE | 4D | 2D | 0 | 3B | 19 | 6A | 2F | 34 |
| Octal | 150 | 276 | 115 | 55 | 0 | 73 | 31 | 152 | 57 | 64 |
| Binary | 1101000 | 10111110 | 1001101 | 101101 | 0 | 111011 | 11001 | 1101010 | 101111 | 110100 |
Color Harmonies of #68BE4D
Complementary color
Monochromatic Colors of #68BE4D
Black with #68BE4D
Text Example
Text Example
White with #68BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BE4D; }
p { color: rgb(104,190,77); }
H1.HeaderClassName
{
color: #68BE4D;
}
.AnyTagClassName
{
color: #68BE4D;
}
</style>
background-color css
<style>
a { background-color: #68BE4D; }
a { background-color: rgb(104,190,77); }
div.DivClassName
{
background-color: #68BE4D;
}
.BgClassName
{
background-color: #68BE4D;
}
</style>
border-color css
<style>
span { border-color: #68BE4D; }
span { border-color: rgb(104,190,77); }
td.TdClassName
{
border-color: #68BE4D;
}
.TagClassName
{
border-color: #68BE4D;
}
</style>