Shades of Apple #68DC34
Tints of Apple #68DC34
RGB
CMYK
RGB Variations
Color information
#68DC34 (or 0x68DC34) is known color: Apple. HEX triplet: 68, DC and 34. RGB value is (104,220,52). Sum of RGB (Red+Green+Blue) = 104+220+52=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 220 (86.33% from 255 or 58.51% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DC34 is #9723CB. Grayscale: #A6A6A6. Windows color (decimal): -9905100 or 3464296. OLE color: 3464296.
HSL color Cylindrical-coordinate representation of color #68DC34: hue angle of 101.43º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68DC34 is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 52 | - |
| CMYK | 0.53 | 0 | 0.76 | 0.14 |
| HSL | 101.43º | 0.71% | 0.53% | - |
| HSV(B) | 101.43º | 0.76% | 0.86% | - |
| XYZ | 31.92 | 54.38 | 12.06 | - |
| YUV | 166.16 | 63.57 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 52 | 0.53 | 0 | 0.76 | 0.14 | 101.43 | 0.71 | 0.53 |
| Hex | 68 | DC | 34 | 35 | 0 | 4C | E | 65 | 47 | 35 |
| Octal | 150 | 334 | 64 | 65 | 0 | 114 | 16 | 145 | 107 | 65 |
| Binary | 1101000 | 11011100 | 110100 | 110101 | 0 | 1001100 | 1110 | 1100101 | 1000111 | 110101 |
Color Harmonies of #68DC34
Complementary color
Monochromatic Colors of #68DC34
Black with #68DC34
Text Example
Text Example
White with #68DC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DC34; }
p { color: rgb(104,220,52); }
H1.HeaderClassName
{
color: #68DC34;
}
.AnyTagClassName
{
color: #68DC34;
}
</style>
background-color css
<style>
a { background-color: #68DC34; }
a { background-color: rgb(104,220,52); }
div.DivClassName
{
background-color: #68DC34;
}
.BgClassName
{
background-color: #68DC34;
}
</style>
border-color css
<style>
span { border-color: #68DC34; }
span { border-color: rgb(104,220,52); }
td.TdClassName
{
border-color: #68DC34;
}
.TagClassName
{
border-color: #68DC34;
}
</style>