Shades of Apple #68E531
Tints of Apple #68E531
RGB
CMYK
RGB Variations
Color information
#68E531 (or 0x68E531) is known color: Apple. HEX triplet: 68, E5 and 31. RGB value is (104,229,49). Sum of RGB (Red+Green+Blue) = 104+229+49=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 229 (89.84% from 255 or 59.95% from 382); Blue value is 49 (19.53% from 255 or 12.83% from 382); Max value from RGB is 229 - color contains mainly: green. Hex color #68E531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68E531 is #971ACE. Grayscale: #ABABAB. Windows color (decimal): -9902799 or 3269992. OLE color: 3269992.
HSL color Cylindrical-coordinate representation of color #68E531: hue angle of 101.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68E531 is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 229 | 49 | - |
| CMYK | 0.55 | 0 | 0.79 | 0.10 |
| HSL | 101.67º | 0.78% | 0.55% | - |
| HSV(B) | 101.67º | 0.79% | 0.9% | - |
| XYZ | 34.28 | 59.2 | 12.53 | - |
| YUV | 171.11 | 59.09 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 229 | 49 | 0.55 | 0 | 0.79 | 0.10 | 101.67 | 0.78 | 0.55 |
| Hex | 68 | E5 | 31 | 37 | 0 | 4F | A | 66 | 4E | 37 |
| Octal | 150 | 345 | 61 | 67 | 0 | 117 | 12 | 146 | 116 | 67 |
| Binary | 1101000 | 11100101 | 110001 | 110111 | 0 | 1001111 | 1010 | 1100110 | 1001110 | 110111 |
Color Harmonies of #68E531
Complementary color
Monochromatic Colors of #68E531
Black with #68E531
Text Example
Text Example
White with #68E531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E531; }
p { color: rgb(104,229,49); }
H1.HeaderClassName
{
color: #68E531;
}
.AnyTagClassName
{
color: #68E531;
}
</style>
background-color css
<style>
a { background-color: #68E531; }
a { background-color: rgb(104,229,49); }
div.DivClassName
{
background-color: #68E531;
}
.BgClassName
{
background-color: #68E531;
}
</style>
border-color css
<style>
span { border-color: #68E531; }
span { border-color: rgb(104,229,49); }
td.TdClassName
{
border-color: #68E531;
}
.TagClassName
{
border-color: #68E531;
}
</style>