Shades of Apple #68BF58
Tints of Apple #68BF58
RGB
CMYK
RGB Variations
Color information
#68BF58 (or 0x68BF58) is known color: Apple. HEX triplet: 68, BF and 58. RGB value is (104,191,88). Sum of RGB (Red+Green+Blue) = 104+191+88=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #68BF58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BF58 is #9740A7. Grayscale: #999999. Windows color (decimal): -9912488 or 5816168. OLE color: 5816168.
HSL color Cylindrical-coordinate representation of color #68BF58: hue angle of 110.68º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68BF58 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 191 | 88 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.25 |
| HSL | 110.68º | 0.45% | 0.55% | - |
| HSV(B) | 110.68º | 0.54% | 0.75% | - |
| XYZ | 26.1 | 40.91 | 15.75 | - |
| YUV | 153.25 | 91.18 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 88 | 0.46 | 0 | 0.54 | 0.25 | 110.68 | 0.45 | 0.55 |
| Hex | 68 | BF | 58 | 2E | 0 | 36 | 19 | 6F | 2D | 37 |
| Octal | 150 | 277 | 130 | 56 | 0 | 66 | 31 | 157 | 55 | 67 |
| Binary | 1101000 | 10111111 | 1011000 | 101110 | 0 | 110110 | 11001 | 1101111 | 101101 | 110111 |
Color Harmonies of #68BF58
Complementary color
Monochromatic Colors of #68BF58
Black with #68BF58
Text Example
Text Example
White with #68BF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BF58; }
p { color: rgb(104,191,88); }
H1.HeaderClassName
{
color: #68BF58;
}
.AnyTagClassName
{
color: #68BF58;
}
</style>
background-color css
<style>
a { background-color: #68BF58; }
a { background-color: rgb(104,191,88); }
div.DivClassName
{
background-color: #68BF58;
}
.BgClassName
{
background-color: #68BF58;
}
</style>
border-color css
<style>
span { border-color: #68BF58; }
span { border-color: rgb(104,191,88); }
td.TdClassName
{
border-color: #68BF58;
}
.TagClassName
{
border-color: #68BF58;
}
</style>