Shades of Apple #68BD30
Tints of Apple #68BD30
RGB
CMYK
RGB Variations
Color information
#68BD30 (or 0x68BD30) is known color: Apple. HEX triplet: 68, BD and 30. RGB value is (104,189,48). Sum of RGB (Red+Green+Blue) = 104+189+48=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BD30 is #9742CF. Grayscale: #939393. Windows color (decimal): -9913040 or 3194216. OLE color: 3194216.
HSL color Cylindrical-coordinate representation of color #68BD30: hue angle of 96.17º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68BD30 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 48 | - |
| CMYK | 0.45 | 0 | 0.75 | 0.26 |
| HSL | 96.17º | 0.59% | 0.46% | - |
| HSV(B) | 96.17º | 0.75% | 0.74% | - |
| XYZ | 24.44 | 39.55 | 9.14 | - |
| YUV | 147.51 | 71.84 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 48 | 0.45 | 0 | 0.75 | 0.26 | 96.17 | 0.59 | 0.46 |
| Hex | 68 | BD | 30 | 2D | 0 | 4B | 1A | 60 | 3B | 2E |
| Octal | 150 | 275 | 60 | 55 | 0 | 113 | 32 | 140 | 73 | 56 |
| Binary | 1101000 | 10111101 | 110000 | 101101 | 0 | 1001011 | 11010 | 1100000 | 111011 | 101110 |
Color Harmonies of #68BD30
Complementary color
Monochromatic Colors of #68BD30
Black with #68BD30
Text Example
Text Example
White with #68BD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD30; }
p { color: rgb(104,189,48); }
H1.HeaderClassName
{
color: #68BD30;
}
.AnyTagClassName
{
color: #68BD30;
}
</style>
background-color css
<style>
a { background-color: #68BD30; }
a { background-color: rgb(104,189,48); }
div.DivClassName
{
background-color: #68BD30;
}
.BgClassName
{
background-color: #68BD30;
}
</style>
border-color css
<style>
span { border-color: #68BD30; }
span { border-color: rgb(104,189,48); }
td.TdClassName
{
border-color: #68BD30;
}
.TagClassName
{
border-color: #68BD30;
}
</style>