Shades of Apple #68BC35
Tints of Apple #68BC35
RGB
CMYK
RGB Variations
Color information
#68BC35 (or 0x68BC35) is known color: Apple. HEX triplet: 68, BC and 35. RGB value is (104,188,53). Sum of RGB (Red+Green+Blue) = 104+188+53=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BC35 is #9743CA. Grayscale: #939393. Windows color (decimal): -9913291 or 3521640. OLE color: 3521640.
HSL color Cylindrical-coordinate representation of color #68BC35: hue angle of 97.33º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68BC35 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 53 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.26 |
| HSL | 97.33º | 0.56% | 0.47% | - |
| HSV(B) | 97.33º | 0.72% | 0.74% | - |
| XYZ | 24.33 | 39.17 | 9.65 | - |
| YUV | 147.49 | 74.67 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 53 | 0.45 | 0 | 0.72 | 0.26 | 97.33 | 0.56 | 0.47 |
| Hex | 68 | BC | 35 | 2D | 0 | 48 | 1A | 61 | 38 | 2F |
| Octal | 150 | 274 | 65 | 55 | 0 | 110 | 32 | 141 | 70 | 57 |
| Binary | 1101000 | 10111100 | 110101 | 101101 | 0 | 1001000 | 11010 | 1100001 | 111000 | 101111 |
Color Harmonies of #68BC35
Complementary color
Monochromatic Colors of #68BC35
Black with #68BC35
Text Example
Text Example
White with #68BC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC35; }
p { color: rgb(104,188,53); }
H1.HeaderClassName
{
color: #68BC35;
}
.AnyTagClassName
{
color: #68BC35;
}
</style>
background-color css
<style>
a { background-color: #68BC35; }
a { background-color: rgb(104,188,53); }
div.DivClassName
{
background-color: #68BC35;
}
.BgClassName
{
background-color: #68BC35;
}
</style>
border-color css
<style>
span { border-color: #68BC35; }
span { border-color: rgb(104,188,53); }
td.TdClassName
{
border-color: #68BC35;
}
.TagClassName
{
border-color: #68BC35;
}
</style>