Shades of Apple #68BD35
Tints of Apple #68BD35
RGB
CMYK
RGB Variations
Color information
#68BD35 (or 0x68BD35) is known color: Apple. HEX triplet: 68, BD and 35. RGB value is (104,189,53). Sum of RGB (Red+Green+Blue) = 104+189+53=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 189 (74.22% from 255 or 54.62% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BD35 is #9742CA. Grayscale: #949494. Windows color (decimal): -9913035 or 3521896. OLE color: 3521896.
HSL color Cylindrical-coordinate representation of color #68BD35: hue angle of 97.5º 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 #68BD35 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 53 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.26 |
| HSL | 97.5º | 0.56% | 0.47% | - |
| HSV(B) | 97.5º | 0.72% | 0.74% | - |
| XYZ | 24.55 | 39.6 | 9.72 | - |
| YUV | 148.08 | 74.34 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 53 | 0.45 | 0 | 0.72 | 0.26 | 97.5 | 0.56 | 0.47 |
| Hex | 68 | BD | 35 | 2D | 0 | 48 | 1A | 62 | 38 | 2F |
| Octal | 150 | 275 | 65 | 55 | 0 | 110 | 32 | 142 | 70 | 57 |
| Binary | 1101000 | 10111101 | 110101 | 101101 | 0 | 1001000 | 11010 | 1100010 | 111000 | 101111 |
Color Harmonies of #68BD35
Complementary color
Monochromatic Colors of #68BD35
Black with #68BD35
Text Example
Text Example
White with #68BD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD35; }
p { color: rgb(104,189,53); }
H1.HeaderClassName
{
color: #68BD35;
}
.AnyTagClassName
{
color: #68BD35;
}
</style>
background-color css
<style>
a { background-color: #68BD35; }
a { background-color: rgb(104,189,53); }
div.DivClassName
{
background-color: #68BD35;
}
.BgClassName
{
background-color: #68BD35;
}
</style>
border-color css
<style>
span { border-color: #68BD35; }
span { border-color: rgb(104,189,53); }
td.TdClassName
{
border-color: #68BD35;
}
.TagClassName
{
border-color: #68BD35;
}
</style>