Shades of Apple #68D638
Tints of Apple #68D638
RGB
CMYK
RGB Variations
Color information
#68D638 (or 0x68D638) is known color: Apple. HEX triplet: 68, D6 and 38. RGB value is (104,214,56). Sum of RGB (Red+Green+Blue) = 104+214+56=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 214 (83.98% from 255 or 57.22% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 214 - color contains mainly: green. Hex color #68D638 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D638 is #9729C7. Grayscale: #A3A3A3. Windows color (decimal): -9906632 or 3724904. OLE color: 3724904.
HSL color Cylindrical-coordinate representation of color #68D638: hue angle of 101.77º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68D638 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 214 | 56 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.16 |
| HSL | 101.77º | 0.66% | 0.53% | - |
| HSV(B) | 101.77º | 0.74% | 0.84% | - |
| XYZ | 30.47 | 51.32 | 12.04 | - |
| YUV | 163.1 | 67.56 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 214 | 56 | 0.51 | 0 | 0.74 | 0.16 | 101.77 | 0.66 | 0.53 |
| Hex | 68 | D6 | 38 | 33 | 0 | 4A | 10 | 66 | 42 | 35 |
| Octal | 150 | 326 | 70 | 63 | 0 | 112 | 20 | 146 | 102 | 65 |
| Binary | 1101000 | 11010110 | 111000 | 110011 | 0 | 1001010 | 10000 | 1100110 | 1000010 | 110101 |
Color Harmonies of #68D638
Complementary color
Monochromatic Colors of #68D638
Black with #68D638
Text Example
Text Example
White with #68D638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D638; }
p { color: rgb(104,214,56); }
H1.HeaderClassName
{
color: #68D638;
}
.AnyTagClassName
{
color: #68D638;
}
</style>
background-color css
<style>
a { background-color: #68D638; }
a { background-color: rgb(104,214,56); }
div.DivClassName
{
background-color: #68D638;
}
.BgClassName
{
background-color: #68D638;
}
</style>
border-color css
<style>
span { border-color: #68D638; }
span { border-color: rgb(104,214,56); }
td.TdClassName
{
border-color: #68D638;
}
.TagClassName
{
border-color: #68D638;
}
</style>