Shades of Apple #68BE38
Tints of Apple #68BE38
RGB
CMYK
RGB Variations
Color information
#68BE38 (or 0x68BE38) is known color: Apple. HEX triplet: 68, BE and 38. RGB value is (104,190,56). Sum of RGB (Red+Green+Blue) = 104+190+56=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #68BE38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BE38 is #9741C7. Grayscale: #959595. Windows color (decimal): -9912776 or 3718760. OLE color: 3718760.
HSL color Cylindrical-coordinate representation of color #68BE38: hue angle of 98.51º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68BE38 is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 190 | 56 | - |
| CMYK | 0.45 | 0 | 0.71 | 0.25 |
| HSL | 98.51º | 0.54% | 0.48% | - |
| HSV(B) | 98.51º | 0.71% | 0.75% | - |
| XYZ | 24.84 | 40.06 | 10.16 | - |
| YUV | 149.01 | 75.51 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 56 | 0.45 | 0 | 0.71 | 0.25 | 98.51 | 0.54 | 0.48 |
| Hex | 68 | BE | 38 | 2D | 0 | 47 | 19 | 63 | 36 | 30 |
| Octal | 150 | 276 | 70 | 55 | 0 | 107 | 31 | 143 | 66 | 60 |
| Binary | 1101000 | 10111110 | 111000 | 101101 | 0 | 1000111 | 11001 | 1100011 | 110110 | 110000 |
Color Harmonies of #68BE38
Complementary color
Monochromatic Colors of #68BE38
Black with #68BE38
Text Example
Text Example
White with #68BE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BE38; }
p { color: rgb(104,190,56); }
H1.HeaderClassName
{
color: #68BE38;
}
.AnyTagClassName
{
color: #68BE38;
}
</style>
background-color css
<style>
a { background-color: #68BE38; }
a { background-color: rgb(104,190,56); }
div.DivClassName
{
background-color: #68BE38;
}
.BgClassName
{
background-color: #68BE38;
}
</style>
border-color css
<style>
span { border-color: #68BE38; }
span { border-color: rgb(104,190,56); }
td.TdClassName
{
border-color: #68BE38;
}
.TagClassName
{
border-color: #68BE38;
}
</style>