Shades of Apple #68D333
Tints of Apple #68D333
RGB
CMYK
RGB Variations
Color information
#68D333 (or 0x68D333) is known color: Apple. HEX triplet: 68, D3 and 33. RGB value is (104,211,51). Sum of RGB (Red+Green+Blue) = 104+211+51=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 211 (82.81% from 255 or 57.65% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 211 - color contains mainly: green. Hex color #68D333 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D333 is #972CCC. Grayscale: #A1A1A1. Windows color (decimal): -9907405 or 3396456. OLE color: 3396456.
HSL color Cylindrical-coordinate representation of color #68D333: hue angle of 100.12º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68D333 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 51 | - |
| CMYK | 0.51 | 0 | 0.76 | 0.17 |
| HSL | 100.13º | 0.65% | 0.51% | - |
| HSV(B) | 100.13º | 0.76% | 0.83% | - |
| XYZ | 29.6 | 49.77 | 11.18 | - |
| YUV | 160.77 | 66.05 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 51 | 0.51 | 0 | 0.76 | 0.17 | 100.13 | 0.65 | 0.51 |
| Hex | 68 | D3 | 33 | 33 | 0 | 4C | 11 | 64 | 41 | 33 |
| Octal | 150 | 323 | 63 | 63 | 0 | 114 | 21 | 144 | 101 | 63 |
| Binary | 1101000 | 11010011 | 110011 | 110011 | 0 | 1001100 | 10001 | 1100100 | 1000001 | 110011 |
Color Harmonies of #68D333
Complementary color
Monochromatic Colors of #68D333
Black with #68D333
Text Example
Text Example
White with #68D333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D333; }
p { color: rgb(104,211,51); }
H1.HeaderClassName
{
color: #68D333;
}
.AnyTagClassName
{
color: #68D333;
}
</style>
background-color css
<style>
a { background-color: #68D333; }
a { background-color: rgb(104,211,51); }
div.DivClassName
{
background-color: #68D333;
}
.BgClassName
{
background-color: #68D333;
}
</style>
border-color css
<style>
span { border-color: #68D333; }
span { border-color: rgb(104,211,51); }
td.TdClassName
{
border-color: #68D333;
}
.TagClassName
{
border-color: #68D333;
}
</style>