Shades of Apple #68E436
Tints of Apple #68E436
RGB
CMYK
RGB Variations
Color information
#68E436 (or 0x68E436) is known color: Apple. HEX triplet: 68, E4 and 36. RGB value is (104,228,54). Sum of RGB (Red+Green+Blue) = 104+228+54=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 228 (89.45% from 255 or 59.07% from 386); Blue value is 54 (21.48% from 255 or 13.99% from 386); Max value from RGB is 228 - color contains mainly: green. Hex color #68E436 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68E436 is #971BC9. Grayscale: #ABABAB. Windows color (decimal): -9903050 or 3597416. OLE color: 3597416.
HSL color Cylindrical-coordinate representation of color #68E436: hue angle of 102.76º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68E436 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 228 | 54 | - |
| CMYK | 0.54 | 0 | 0.76 | 0.11 |
| HSL | 102.76º | 0.76% | 0.55% | - |
| HSV(B) | 102.76º | 0.76% | 0.89% | - |
| XYZ | 34.12 | 58.7 | 13.02 | - |
| YUV | 171.09 | 61.92 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 228 | 54 | 0.54 | 0 | 0.76 | 0.11 | 102.76 | 0.76 | 0.55 |
| Hex | 68 | E4 | 36 | 36 | 0 | 4C | B | 67 | 4C | 37 |
| Octal | 150 | 344 | 66 | 66 | 0 | 114 | 13 | 147 | 114 | 67 |
| Binary | 1101000 | 11100100 | 110110 | 110110 | 0 | 1001100 | 1011 | 1100111 | 1001100 | 110111 |
Color Harmonies of #68E436
Complementary color
Monochromatic Colors of #68E436
Black with #68E436
Text Example
Text Example
White with #68E436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E436; }
p { color: rgb(104,228,54); }
H1.HeaderClassName
{
color: #68E436;
}
.AnyTagClassName
{
color: #68E436;
}
</style>
background-color css
<style>
a { background-color: #68E436; }
a { background-color: rgb(104,228,54); }
div.DivClassName
{
background-color: #68E436;
}
.BgClassName
{
background-color: #68E436;
}
</style>
border-color css
<style>
span { border-color: #68E436; }
span { border-color: rgb(104,228,54); }
td.TdClassName
{
border-color: #68E436;
}
.TagClassName
{
border-color: #68E436;
}
</style>