Shades of Apple #68CF4A
Tints of Apple #68CF4A
RGB
CMYK
RGB Variations
Color information
#68CF4A (or 0x68CF4A) is known color: Apple. HEX triplet: 68, CF and 4A. RGB value is (104,207,74). Sum of RGB (Red+Green+Blue) = 104+207+74=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #68CF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CF4A is #9730B5. Grayscale: #A1A1A1. Windows color (decimal): -9908406 or 4902760. OLE color: 4902760.
HSL color Cylindrical-coordinate representation of color #68CF4A: hue angle of 106.47º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68CF4A is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 207 | 74 | - |
| CMYK | 0.50 | 0 | 0.64 | 0.19 |
| HSL | 106.47º | 0.58% | 0.55% | - |
| HSV(B) | 106.47º | 0.64% | 0.81% | - |
| XYZ | 29.26 | 48.06 | 14.21 | - |
| YUV | 161.04 | 78.88 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 74 | 0.50 | 0 | 0.64 | 0.19 | 106.47 | 0.58 | 0.55 |
| Hex | 68 | CF | 4A | 32 | 0 | 40 | 13 | 6A | 3A | 37 |
| Octal | 150 | 317 | 112 | 62 | 0 | 100 | 23 | 152 | 72 | 67 |
| Binary | 1101000 | 11001111 | 1001010 | 110010 | 0 | 1000000 | 10011 | 1101010 | 111010 | 110111 |
Color Harmonies of #68CF4A
Complementary color
Monochromatic Colors of #68CF4A
Black with #68CF4A
Text Example
Text Example
White with #68CF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CF4A; }
p { color: rgb(104,207,74); }
H1.HeaderClassName
{
color: #68CF4A;
}
.AnyTagClassName
{
color: #68CF4A;
}
</style>
background-color css
<style>
a { background-color: #68CF4A; }
a { background-color: rgb(104,207,74); }
div.DivClassName
{
background-color: #68CF4A;
}
.BgClassName
{
background-color: #68CF4A;
}
</style>
border-color css
<style>
span { border-color: #68CF4A; }
span { border-color: rgb(104,207,74); }
td.TdClassName
{
border-color: #68CF4A;
}
.TagClassName
{
border-color: #68CF4A;
}
</style>