Shades of Apple #68D133
Tints of Apple #68D133
RGB
CMYK
RGB Variations
Color information
#68D133 (or 0x68D133) is known color: Apple. HEX triplet: 68, D1 and 33. RGB value is (104,209,51). Sum of RGB (Red+Green+Blue) = 104+209+51=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 209 (82.03% from 255 or 57.42% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 209 - color contains mainly: green. Hex color #68D133 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D133 is #972ECC. Grayscale: #A0A0A0. Windows color (decimal): -9907917 or 3395944. OLE color: 3395944.
HSL color Cylindrical-coordinate representation of color #68D133: hue angle of 99.87º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68D133 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 209 | 51 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.18 |
| HSL | 99.87º | 0.63% | 0.51% | - |
| HSV(B) | 99.87º | 0.76% | 0.82% | - |
| XYZ | 29.11 | 48.78 | 11.01 | - |
| YUV | 159.59 | 66.71 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 209 | 51 | 0.50 | 0 | 0.76 | 0.18 | 99.87 | 0.63 | 0.51 |
| Hex | 68 | D1 | 33 | 32 | 0 | 4C | 12 | 64 | 3F | 33 |
| Octal | 150 | 321 | 63 | 62 | 0 | 114 | 22 | 144 | 77 | 63 |
| Binary | 1101000 | 11010001 | 110011 | 110010 | 0 | 1001100 | 10010 | 1100100 | 111111 | 110011 |
Color Harmonies of #68D133
Complementary color
Monochromatic Colors of #68D133
Black with #68D133
Text Example
Text Example
White with #68D133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D133; }
p { color: rgb(104,209,51); }
H1.HeaderClassName
{
color: #68D133;
}
.AnyTagClassName
{
color: #68D133;
}
</style>
background-color css
<style>
a { background-color: #68D133; }
a { background-color: rgb(104,209,51); }
div.DivClassName
{
background-color: #68D133;
}
.BgClassName
{
background-color: #68D133;
}
</style>
border-color css
<style>
span { border-color: #68D133; }
span { border-color: rgb(104,209,51); }
td.TdClassName
{
border-color: #68D133;
}
.TagClassName
{
border-color: #68D133;
}
</style>