Shades of Apple #68CF40
Tints of Apple #68CF40
RGB
CMYK
RGB Variations
Color information
#68CF40 (or 0x68CF40) is known color: Apple. HEX triplet: 68, CF and 40. RGB value is (104,207,64). Sum of RGB (Red+Green+Blue) = 104+207+64=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 207 (81.25% from 255 or 55.2% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 207 - color contains mainly: green. Hex color #68CF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CF40 is #9730BF. Grayscale: #A0A0A0. Windows color (decimal): -9908416 or 4247400. OLE color: 4247400.
HSL color Cylindrical-coordinate representation of color #68CF40: hue angle of 103.22º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68CF40 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 207 | 64 | - |
| CMYK | 0.50 | 0 | 0.69 | 0.19 |
| HSL | 103.22º | 0.6% | 0.53% | - |
| HSV(B) | 103.22º | 0.69% | 0.81% | - |
| XYZ | 28.95 | 47.94 | 12.58 | - |
| YUV | 159.9 | 73.88 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 64 | 0.50 | 0 | 0.69 | 0.19 | 103.22 | 0.6 | 0.53 |
| Hex | 68 | CF | 40 | 32 | 0 | 45 | 13 | 67 | 3C | 35 |
| Octal | 150 | 317 | 100 | 62 | 0 | 105 | 23 | 147 | 74 | 65 |
| Binary | 1101000 | 11001111 | 1000000 | 110010 | 0 | 1000101 | 10011 | 1100111 | 111100 | 110101 |
Color Harmonies of #68CF40
Complementary color
Monochromatic Colors of #68CF40
Black with #68CF40
Text Example
Text Example
White with #68CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CF40; }
p { color: rgb(104,207,64); }
H1.HeaderClassName
{
color: #68CF40;
}
.AnyTagClassName
{
color: #68CF40;
}
</style>
background-color css
<style>
a { background-color: #68CF40; }
a { background-color: rgb(104,207,64); }
div.DivClassName
{
background-color: #68CF40;
}
.BgClassName
{
background-color: #68CF40;
}
</style>
border-color css
<style>
span { border-color: #68CF40; }
span { border-color: rgb(104,207,64); }
td.TdClassName
{
border-color: #68CF40;
}
.TagClassName
{
border-color: #68CF40;
}
</style>