Shades of Apple #68D84B
Tints of Apple #68D84B
RGB
CMYK
RGB Variations
Color information
#68D84B (or 0x68D84B) is known color: Apple. HEX triplet: 68, D8 and 4B. RGB value is (104,216,75). Sum of RGB (Red+Green+Blue) = 104+216+75=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 216 (84.77% from 255 or 54.68% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 216 - color contains mainly: green. Hex color #68D84B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D84B is #9727B4. Grayscale: #A6A6A6. Windows color (decimal): -9906101 or 4970600. OLE color: 4970600.
HSL color Cylindrical-coordinate representation of color #68D84B: hue angle of 107.66º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68D84B is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 75 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.15 |
| HSL | 107.66º | 0.64% | 0.57% | - |
| HSV(B) | 107.66º | 0.65% | 0.85% | - |
| XYZ | 31.53 | 52.56 | 15.14 | - |
| YUV | 166.44 | 76.39 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 75 | 0.52 | 0 | 0.65 | 0.15 | 107.66 | 0.64 | 0.57 |
| Hex | 68 | D8 | 4B | 34 | 0 | 41 | F | 6C | 40 | 39 |
| Octal | 150 | 330 | 113 | 64 | 0 | 101 | 17 | 154 | 100 | 71 |
| Binary | 1101000 | 11011000 | 1001011 | 110100 | 0 | 1000001 | 1111 | 1101100 | 1000000 | 111001 |
Color Harmonies of #68D84B
Complementary color
Monochromatic Colors of #68D84B
Black with #68D84B
Text Example
Text Example
White with #68D84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D84B; }
p { color: rgb(104,216,75); }
H1.HeaderClassName
{
color: #68D84B;
}
.AnyTagClassName
{
color: #68D84B;
}
</style>
background-color css
<style>
a { background-color: #68D84B; }
a { background-color: rgb(104,216,75); }
div.DivClassName
{
background-color: #68D84B;
}
.BgClassName
{
background-color: #68D84B;
}
</style>
border-color css
<style>
span { border-color: #68D84B; }
span { border-color: rgb(104,216,75); }
td.TdClassName
{
border-color: #68D84B;
}
.TagClassName
{
border-color: #68D84B;
}
</style>