Shades of Apple #68CF46
Tints of Apple #68CF46
RGB
CMYK
RGB Variations
Color information
#68CF46 (or 0x68CF46) is known color: Apple. HEX triplet: 68, CF and 46. RGB value is (104,207,70). Sum of RGB (Red+Green+Blue) = 104+207+70=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 207 (81.25% from 255 or 54.33% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 207 - color contains mainly: green. Hex color #68CF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CF46 is #9730B9. Grayscale: #A1A1A1. Windows color (decimal): -9908410 or 4640616. OLE color: 4640616.
HSL color Cylindrical-coordinate representation of color #68CF46: hue angle of 105.11º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68CF46 is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 207 | 70 | - |
| CMYK | 0.50 | 0 | 0.66 | 0.19 |
| HSL | 105.11º | 0.59% | 0.54% | - |
| HSV(B) | 105.11º | 0.66% | 0.81% | - |
| XYZ | 29.13 | 48.01 | 13.53 | - |
| YUV | 160.59 | 76.88 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 70 | 0.50 | 0 | 0.66 | 0.19 | 105.11 | 0.59 | 0.54 |
| Hex | 68 | CF | 46 | 32 | 0 | 42 | 13 | 69 | 3B | 36 |
| Octal | 150 | 317 | 106 | 62 | 0 | 102 | 23 | 151 | 73 | 66 |
| Binary | 1101000 | 11001111 | 1000110 | 110010 | 0 | 1000010 | 10011 | 1101001 | 111011 | 110110 |
Color Harmonies of #68CF46
Complementary color
Monochromatic Colors of #68CF46
Black with #68CF46
Text Example
Text Example
White with #68CF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CF46; }
p { color: rgb(104,207,70); }
H1.HeaderClassName
{
color: #68CF46;
}
.AnyTagClassName
{
color: #68CF46;
}
</style>
background-color css
<style>
a { background-color: #68CF46; }
a { background-color: rgb(104,207,70); }
div.DivClassName
{
background-color: #68CF46;
}
.BgClassName
{
background-color: #68CF46;
}
</style>
border-color css
<style>
span { border-color: #68CF46; }
span { border-color: rgb(104,207,70); }
td.TdClassName
{
border-color: #68CF46;
}
.TagClassName
{
border-color: #68CF46;
}
</style>