Shades of Apple #68D74C
Tints of Apple #68D74C
RGB
CMYK
RGB Variations
Color information
#68D74C (or 0x68D74C) is known color: Apple. HEX triplet: 68, D7 and 4C. RGB value is (104,215,76). Sum of RGB (Red+Green+Blue) = 104+215+76=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 215 (84.38% from 255 or 54.43% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 215 - color contains mainly: green. Hex color #68D74C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D74C is #9728B3. Grayscale: #A6A6A6. Windows color (decimal): -9906356 or 5035880. OLE color: 5035880.
HSL color Cylindrical-coordinate representation of color #68D74C: hue angle of 107.91º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68D74C is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 76 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.16 |
| HSL | 107.91º | 0.63% | 0.57% | - |
| HSV(B) | 107.91º | 0.65% | 0.84% | - |
| XYZ | 31.31 | 52.07 | 15.24 | - |
| YUV | 165.97 | 77.23 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 76 | 0.52 | 0 | 0.65 | 0.16 | 107.91 | 0.63 | 0.57 |
| Hex | 68 | D7 | 4C | 34 | 0 | 41 | 10 | 6C | 3F | 39 |
| Octal | 150 | 327 | 114 | 64 | 0 | 101 | 20 | 154 | 77 | 71 |
| Binary | 1101000 | 11010111 | 1001100 | 110100 | 0 | 1000001 | 10000 | 1101100 | 111111 | 111001 |
Color Harmonies of #68D74C
Complementary color
Monochromatic Colors of #68D74C
Black with #68D74C
Text Example
Text Example
White with #68D74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D74C; }
p { color: rgb(104,215,76); }
H1.HeaderClassName
{
color: #68D74C;
}
.AnyTagClassName
{
color: #68D74C;
}
</style>
background-color css
<style>
a { background-color: #68D74C; }
a { background-color: rgb(104,215,76); }
div.DivClassName
{
background-color: #68D74C;
}
.BgClassName
{
background-color: #68D74C;
}
</style>
border-color css
<style>
span { border-color: #68D74C; }
span { border-color: rgb(104,215,76); }
td.TdClassName
{
border-color: #68D74C;
}
.TagClassName
{
border-color: #68D74C;
}
</style>