Shades of Apple #68E238
Tints of Apple #68E238
RGB
CMYK
RGB Variations
Color information
#68E238 (or 0x68E238) is known color: Apple. HEX triplet: 68, E2 and 38. RGB value is (104,226,56). Sum of RGB (Red+Green+Blue) = 104+226+56=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 226 (88.67% from 255 or 58.55% from 386); Blue value is 56 (22.27% from 255 or 14.51% from 386); Max value from RGB is 226 - color contains mainly: green. Hex color #68E238 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68E238 is #971DC7. Grayscale: #AAAAAA. Windows color (decimal): -9903560 or 3727976. OLE color: 3727976.
HSL color Cylindrical-coordinate representation of color #68E238: hue angle of 103.06º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68E238 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 226 | 56 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.11 |
| HSL | 103.06º | 0.75% | 0.55% | - |
| HSV(B) | 103.06º | 0.75% | 0.89% | - |
| XYZ | 33.62 | 57.62 | 13.09 | - |
| YUV | 170.14 | 63.58 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 226 | 56 | 0.54 | 0 | 0.75 | 0.11 | 103.06 | 0.75 | 0.55 |
| Hex | 68 | E2 | 38 | 36 | 0 | 4B | B | 67 | 4B | 37 |
| Octal | 150 | 342 | 70 | 66 | 0 | 113 | 13 | 147 | 113 | 67 |
| Binary | 1101000 | 11100010 | 111000 | 110110 | 0 | 1001011 | 1011 | 1100111 | 1001011 | 110111 |
Color Harmonies of #68E238
Complementary color
Monochromatic Colors of #68E238
Black with #68E238
Text Example
Text Example
White with #68E238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E238; }
p { color: rgb(104,226,56); }
H1.HeaderClassName
{
color: #68E238;
}
.AnyTagClassName
{
color: #68E238;
}
</style>
background-color css
<style>
a { background-color: #68E238; }
a { background-color: rgb(104,226,56); }
div.DivClassName
{
background-color: #68E238;
}
.BgClassName
{
background-color: #68E238;
}
</style>
border-color css
<style>
span { border-color: #68E238; }
span { border-color: rgb(104,226,56); }
td.TdClassName
{
border-color: #68E238;
}
.TagClassName
{
border-color: #68E238;
}
</style>