Shades of Apple #68D12D
Tints of Apple #68D12D
RGB
CMYK
RGB Variations
Color information
#68D12D (or 0x68D12D) is known color: Apple. HEX triplet: 68, D1 and 2D. RGB value is (104,209,45). Sum of RGB (Red+Green+Blue) = 104+209+45=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 209 (82.03% from 255 or 58.38% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 209 - color contains mainly: green. Hex color #68D12D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D12D is #972ED2. Grayscale: #9F9F9F. Windows color (decimal): -9907923 or 3002728. OLE color: 3002728.
HSL color Cylindrical-coordinate representation of color #68D12D: hue angle of 98.41º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68D12D is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 209 | 45 | - |
| CMYK | 0.50 | 0 | 0.78 | 0.18 |
| HSL | 98.41º | 0.65% | 0.5% | - |
| HSV(B) | 98.41º | 0.78% | 0.82% | - |
| XYZ | 28.98 | 48.73 | 10.36 | - |
| YUV | 158.91 | 63.71 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 209 | 45 | 0.50 | 0 | 0.78 | 0.18 | 98.41 | 0.65 | 0.5 |
| Hex | 68 | D1 | 2D | 32 | 0 | 4E | 12 | 62 | 41 | 32 |
| Octal | 150 | 321 | 55 | 62 | 0 | 116 | 22 | 142 | 101 | 62 |
| Binary | 1101000 | 11010001 | 101101 | 110010 | 0 | 1001110 | 10010 | 1100010 | 1000001 | 110010 |
Color Harmonies of #68D12D
Complementary color
Monochromatic Colors of #68D12D
Black with #68D12D
Text Example
Text Example
White with #68D12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D12D; }
p { color: rgb(104,209,45); }
H1.HeaderClassName
{
color: #68D12D;
}
.AnyTagClassName
{
color: #68D12D;
}
</style>
background-color css
<style>
a { background-color: #68D12D; }
a { background-color: rgb(104,209,45); }
div.DivClassName
{
background-color: #68D12D;
}
.BgClassName
{
background-color: #68D12D;
}
</style>
border-color css
<style>
span { border-color: #68D12D; }
span { border-color: rgb(104,209,45); }
td.TdClassName
{
border-color: #68D12D;
}
.TagClassName
{
border-color: #68D12D;
}
</style>