Shades of Apple #68BF2D
Tints of Apple #68BF2D
RGB
CMYK
RGB Variations
Color information
#68BF2D (or 0x68BF2D) is known color: Apple. HEX triplet: 68, BF and 2D. RGB value is (104,191,45). Sum of RGB (Red+Green+Blue) = 104+191+45=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 191 (75% from 255 or 56.18% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 191 - color contains mainly: green. Hex color #68BF2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BF2D is #9740D2. Grayscale: #949494. Windows color (decimal): -9912531 or 2998120. OLE color: 2998120.
HSL color Cylindrical-coordinate representation of color #68BF2D: hue angle of 95.75º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68BF2D is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 191 | 45 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.25 |
| HSL | 95.75º | 0.62% | 0.46% | - |
| HSV(B) | 95.75º | 0.76% | 0.75% | - |
| XYZ | 24.81 | 40.39 | 8.97 | - |
| YUV | 148.34 | 69.68 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 45 | 0.46 | 0 | 0.76 | 0.25 | 95.75 | 0.62 | 0.46 |
| Hex | 68 | BF | 2D | 2E | 0 | 4C | 19 | 60 | 3E | 2E |
| Octal | 150 | 277 | 55 | 56 | 0 | 114 | 31 | 140 | 76 | 56 |
| Binary | 1101000 | 10111111 | 101101 | 101110 | 0 | 1001100 | 11001 | 1100000 | 111110 | 101110 |
Color Harmonies of #68BF2D
Complementary color
Monochromatic Colors of #68BF2D
Black with #68BF2D
Text Example
Text Example
White with #68BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BF2D; }
p { color: rgb(104,191,45); }
H1.HeaderClassName
{
color: #68BF2D;
}
.AnyTagClassName
{
color: #68BF2D;
}
</style>
background-color css
<style>
a { background-color: #68BF2D; }
a { background-color: rgb(104,191,45); }
div.DivClassName
{
background-color: #68BF2D;
}
.BgClassName
{
background-color: #68BF2D;
}
</style>
border-color css
<style>
span { border-color: #68BF2D; }
span { border-color: rgb(104,191,45); }
td.TdClassName
{
border-color: #68BF2D;
}
.TagClassName
{
border-color: #68BF2D;
}
</style>