Shades of Apple #68BF4D
Tints of Apple #68BF4D
RGB
CMYK
RGB Variations
Color information
#68BF4D (or 0x68BF4D) is known color: Apple. HEX triplet: 68, BF and 4D. RGB value is (104,191,77). Sum of RGB (Red+Green+Blue) = 104+191+77=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #68BF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BF4D is #9740B2. Grayscale: #989898. Windows color (decimal): -9912499 or 5095272. OLE color: 5095272.
HSL color Cylindrical-coordinate representation of color #68BF4D: hue angle of 105.79º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68BF4D is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 191 | 77 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.25 |
| HSL | 105.79º | 0.47% | 0.53% | - |
| HSV(B) | 105.79º | 0.6% | 0.75% | - |
| XYZ | 25.68 | 40.74 | 13.53 | - |
| YUV | 151.99 | 85.68 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 77 | 0.46 | 0 | 0.60 | 0.25 | 105.79 | 0.47 | 0.53 |
| Hex | 68 | BF | 4D | 2E | 0 | 3C | 19 | 6A | 2F | 35 |
| Octal | 150 | 277 | 115 | 56 | 0 | 74 | 31 | 152 | 57 | 65 |
| Binary | 1101000 | 10111111 | 1001101 | 101110 | 0 | 111100 | 11001 | 1101010 | 101111 | 110101 |
Color Harmonies of #68BF4D
Complementary color
Monochromatic Colors of #68BF4D
Black with #68BF4D
Text Example
Text Example
White with #68BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BF4D; }
p { color: rgb(104,191,77); }
H1.HeaderClassName
{
color: #68BF4D;
}
.AnyTagClassName
{
color: #68BF4D;
}
</style>
background-color css
<style>
a { background-color: #68BF4D; }
a { background-color: rgb(104,191,77); }
div.DivClassName
{
background-color: #68BF4D;
}
.BgClassName
{
background-color: #68BF4D;
}
</style>
border-color css
<style>
span { border-color: #68BF4D; }
span { border-color: rgb(104,191,77); }
td.TdClassName
{
border-color: #68BF4D;
}
.TagClassName
{
border-color: #68BF4D;
}
</style>