Shades of Apple #68D250
Tints of Apple #68D250
RGB
CMYK
RGB Variations
Color information
#68D250 (or 0x68D250) is known color: Apple. HEX triplet: 68, D2 and 50. RGB value is (104,210,80). Sum of RGB (Red+Green+Blue) = 104+210+80=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 210 (82.42% from 255 or 53.30% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 210 - color contains mainly: green. Hex color #68D250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D250 is #972DAF. Grayscale: #A3A3A3. Windows color (decimal): -9907632 or 5296744. OLE color: 5296744.
HSL color Cylindrical-coordinate representation of color #68D250: hue angle of 108.92º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68D250 is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 210 | 80 | - |
| CMYK | 0.50 | 0 | 0.62 | 0.18 |
| HSL | 108.92º | 0.59% | 0.57% | - |
| HSV(B) | 108.92º | 0.62% | 0.82% | - |
| XYZ | 30.2 | 49.62 | 15.57 | - |
| YUV | 163.49 | 80.88 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 210 | 80 | 0.50 | 0 | 0.62 | 0.18 | 108.92 | 0.59 | 0.57 |
| Hex | 68 | D2 | 50 | 32 | 0 | 3E | 12 | 6D | 3B | 39 |
| Octal | 150 | 322 | 120 | 62 | 0 | 76 | 22 | 155 | 73 | 71 |
| Binary | 1101000 | 11010010 | 1010000 | 110010 | 0 | 111110 | 10010 | 1101101 | 111011 | 111001 |
Color Harmonies of #68D250
Complementary color
Monochromatic Colors of #68D250
Black with #68D250
Text Example
Text Example
White with #68D250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D250; }
p { color: rgb(104,210,80); }
H1.HeaderClassName
{
color: #68D250;
}
.AnyTagClassName
{
color: #68D250;
}
</style>
background-color css
<style>
a { background-color: #68D250; }
a { background-color: rgb(104,210,80); }
div.DivClassName
{
background-color: #68D250;
}
.BgClassName
{
background-color: #68D250;
}
</style>
border-color css
<style>
span { border-color: #68D250; }
span { border-color: rgb(104,210,80); }
td.TdClassName
{
border-color: #68D250;
}
.TagClassName
{
border-color: #68D250;
}
</style>