Shades of Apple #68BD38
Tints of Apple #68BD38
RGB
CMYK
RGB Variations
Color information
#68BD38 (or 0x68BD38) is known color: Apple. HEX triplet: 68, BD and 38. RGB value is (104,189,56). Sum of RGB (Red+Green+Blue) = 104+189+56=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BD38 is #9742C7. Grayscale: #949494. Windows color (decimal): -9913032 or 3718504. OLE color: 3718504.
HSL color Cylindrical-coordinate representation of color #68BD38: hue angle of 98.35º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68BD38 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 56 | - |
| CMYK | 0.45 | 0 | 0.70 | 0.26 |
| HSL | 98.35º | 0.54% | 0.48% | - |
| HSV(B) | 98.35º | 0.7% | 0.74% | - |
| XYZ | 24.62 | 39.62 | 10.09 | - |
| YUV | 148.42 | 75.84 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 56 | 0.45 | 0 | 0.70 | 0.26 | 98.35 | 0.54 | 0.48 |
| Hex | 68 | BD | 38 | 2D | 0 | 46 | 1A | 62 | 36 | 30 |
| Octal | 150 | 275 | 70 | 55 | 0 | 106 | 32 | 142 | 66 | 60 |
| Binary | 1101000 | 10111101 | 111000 | 101101 | 0 | 1000110 | 11010 | 1100010 | 110110 | 110000 |
Color Harmonies of #68BD38
Complementary color
Monochromatic Colors of #68BD38
Black with #68BD38
Text Example
Text Example
White with #68BD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD38; }
p { color: rgb(104,189,56); }
H1.HeaderClassName
{
color: #68BD38;
}
.AnyTagClassName
{
color: #68BD38;
}
</style>
background-color css
<style>
a { background-color: #68BD38; }
a { background-color: rgb(104,189,56); }
div.DivClassName
{
background-color: #68BD38;
}
.BgClassName
{
background-color: #68BD38;
}
</style>
border-color css
<style>
span { border-color: #68BD38; }
span { border-color: rgb(104,189,56); }
td.TdClassName
{
border-color: #68BD38;
}
.TagClassName
{
border-color: #68BD38;
}
</style>