Shades of Apple #68BA33
Tints of Apple #68BA33
RGB
CMYK
RGB Variations
Color information
#68BA33 (or 0x68BA33) is known color: Apple. HEX triplet: 68, BA and 33. RGB value is (104,186,51). Sum of RGB (Red+Green+Blue) = 104+186+51=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BA33 is #9745CC. Grayscale: #929292. Windows color (decimal): -9913805 or 3390056. OLE color: 3390056.
HSL color Cylindrical-coordinate representation of color #68BA33: hue angle of 96.44º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68BA33 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 51 | - |
| CMYK | 0.44 | 0 | 0.73 | 0.27 |
| HSL | 96.44º | 0.57% | 0.46% | - |
| HSV(B) | 96.44º | 0.73% | 0.73% | - |
| XYZ | 23.87 | 38.3 | 9.27 | - |
| YUV | 146.09 | 74.33 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 51 | 0.44 | 0 | 0.73 | 0.27 | 96.44 | 0.57 | 0.46 |
| Hex | 68 | BA | 33 | 2C | 0 | 49 | 1B | 60 | 39 | 2E |
| Octal | 150 | 272 | 63 | 54 | 0 | 111 | 33 | 140 | 71 | 56 |
| Binary | 1101000 | 10111010 | 110011 | 101100 | 0 | 1001001 | 11011 | 1100000 | 111001 | 101110 |
Color Harmonies of #68BA33
Complementary color
Monochromatic Colors of #68BA33
Black with #68BA33
Text Example
Text Example
White with #68BA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BA33; }
p { color: rgb(104,186,51); }
H1.HeaderClassName
{
color: #68BA33;
}
.AnyTagClassName
{
color: #68BA33;
}
</style>
background-color css
<style>
a { background-color: #68BA33; }
a { background-color: rgb(104,186,51); }
div.DivClassName
{
background-color: #68BA33;
}
.BgClassName
{
background-color: #68BA33;
}
</style>
border-color css
<style>
span { border-color: #68BA33; }
span { border-color: rgb(104,186,51); }
td.TdClassName
{
border-color: #68BA33;
}
.TagClassName
{
border-color: #68BA33;
}
</style>