Shades of Apple #68CE34
Tints of Apple #68CE34
RGB
CMYK
RGB Variations
Color information
#68CE34 (or 0x68CE34) is known color: Apple. HEX triplet: 68, CE and 34. RGB value is (104,206,52). Sum of RGB (Red+Green+Blue) = 104+206+52=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 206 (80.86% from 255 or 56.91% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 206 - color contains mainly: green. Hex color #68CE34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CE34 is #9731CB. Grayscale: #9E9E9E. Windows color (decimal): -9908684 or 3460712. OLE color: 3460712.
HSL color Cylindrical-coordinate representation of color #68CE34: hue angle of 99.74º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68CE34 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 206 | 52 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.19 |
| HSL | 99.74º | 0.61% | 0.51% | - |
| HSV(B) | 99.74º | 0.75% | 0.81% | - |
| XYZ | 28.4 | 47.33 | 10.89 | - |
| YUV | 157.95 | 68.21 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 52 | 0.50 | 0 | 0.75 | 0.19 | 99.74 | 0.61 | 0.51 |
| Hex | 68 | CE | 34 | 32 | 0 | 4B | 13 | 64 | 3D | 33 |
| Octal | 150 | 316 | 64 | 62 | 0 | 113 | 23 | 144 | 75 | 63 |
| Binary | 1101000 | 11001110 | 110100 | 110010 | 0 | 1001011 | 10011 | 1100100 | 111101 | 110011 |
Color Harmonies of #68CE34
Complementary color
Monochromatic Colors of #68CE34
Black with #68CE34
Text Example
Text Example
White with #68CE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CE34; }
p { color: rgb(104,206,52); }
H1.HeaderClassName
{
color: #68CE34;
}
.AnyTagClassName
{
color: #68CE34;
}
</style>
background-color css
<style>
a { background-color: #68CE34; }
a { background-color: rgb(104,206,52); }
div.DivClassName
{
background-color: #68CE34;
}
.BgClassName
{
background-color: #68CE34;
}
</style>
border-color css
<style>
span { border-color: #68CE34; }
span { border-color: rgb(104,206,52); }
td.TdClassName
{
border-color: #68CE34;
}
.TagClassName
{
border-color: #68CE34;
}
</style>