Shades of Apple #68DA4B
Tints of Apple #68DA4B
RGB
CMYK
RGB Variations
Color information
#68DA4B (or 0x68DA4B) is known color: Apple. HEX triplet: 68, DA and 4B. RGB value is (104,218,75). Sum of RGB (Red+Green+Blue) = 104+218+75=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 218 (85.55% from 255 or 54.91% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DA4B is #9725B4. Grayscale: #A8A8A8. Windows color (decimal): -9905589 or 4971112. OLE color: 4971112.
HSL color Cylindrical-coordinate representation of color #68DA4B: hue angle of 107.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68DA4B is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 75 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.15 |
| HSL | 107.83º | 0.66% | 0.57% | - |
| HSV(B) | 107.83º | 0.66% | 0.85% | - |
| XYZ | 32.05 | 53.59 | 15.31 | - |
| YUV | 167.61 | 75.73 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 75 | 0.52 | 0 | 0.66 | 0.15 | 107.83 | 0.66 | 0.57 |
| Hex | 68 | DA | 4B | 34 | 0 | 42 | F | 6C | 42 | 39 |
| Octal | 150 | 332 | 113 | 64 | 0 | 102 | 17 | 154 | 102 | 71 |
| Binary | 1101000 | 11011010 | 1001011 | 110100 | 0 | 1000010 | 1111 | 1101100 | 1000010 | 111001 |
Color Harmonies of #68DA4B
Complementary color
Monochromatic Colors of #68DA4B
Black with #68DA4B
Text Example
Text Example
White with #68DA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA4B; }
p { color: rgb(104,218,75); }
H1.HeaderClassName
{
color: #68DA4B;
}
.AnyTagClassName
{
color: #68DA4B;
}
</style>
background-color css
<style>
a { background-color: #68DA4B; }
a { background-color: rgb(104,218,75); }
div.DivClassName
{
background-color: #68DA4B;
}
.BgClassName
{
background-color: #68DA4B;
}
</style>
border-color css
<style>
span { border-color: #68DA4B; }
span { border-color: rgb(104,218,75); }
td.TdClassName
{
border-color: #68DA4B;
}
.TagClassName
{
border-color: #68DA4B;
}
</style>