Shades of Apple #68BC32
Tints of Apple #68BC32
RGB
CMYK
RGB Variations
Color information
#68BC32 (or 0x68BC32) is known color: Apple. HEX triplet: 68, BC and 32. RGB value is (104,188,50). Sum of RGB (Red+Green+Blue) = 104+188+50=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 188 (73.83% from 255 or 54.97% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BC32 is #9743CD. Grayscale: #939393. Windows color (decimal): -9913294 or 3325032. OLE color: 3325032.
HSL color Cylindrical-coordinate representation of color #68BC32: hue angle of 96.52º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68BC32 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 50 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.26 |
| HSL | 96.52º | 0.58% | 0.47% | - |
| HSV(B) | 96.52º | 0.73% | 0.74% | - |
| XYZ | 24.27 | 39.14 | 9.29 | - |
| YUV | 147.15 | 73.17 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 50 | 0.45 | 0 | 0.73 | 0.26 | 96.52 | 0.58 | 0.47 |
| Hex | 68 | BC | 32 | 2D | 0 | 49 | 1A | 61 | 3A | 2F |
| Octal | 150 | 274 | 62 | 55 | 0 | 111 | 32 | 141 | 72 | 57 |
| Binary | 1101000 | 10111100 | 110010 | 101101 | 0 | 1001001 | 11010 | 1100001 | 111010 | 101111 |
Color Harmonies of #68BC32
Complementary color
Monochromatic Colors of #68BC32
Black with #68BC32
Text Example
Text Example
White with #68BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC32; }
p { color: rgb(104,188,50); }
H1.HeaderClassName
{
color: #68BC32;
}
.AnyTagClassName
{
color: #68BC32;
}
</style>
background-color css
<style>
a { background-color: #68BC32; }
a { background-color: rgb(104,188,50); }
div.DivClassName
{
background-color: #68BC32;
}
.BgClassName
{
background-color: #68BC32;
}
</style>
border-color css
<style>
span { border-color: #68BC32; }
span { border-color: rgb(104,188,50); }
td.TdClassName
{
border-color: #68BC32;
}
.TagClassName
{
border-color: #68BC32;
}
</style>