Shades of Apple #68CE36
Tints of Apple #68CE36
RGB
CMYK
RGB Variations
Color information
#68CE36 (or 0x68CE36) is known color: Apple. HEX triplet: 68, CE and 36. RGB value is (104,206,54). Sum of RGB (Red+Green+Blue) = 104+206+54=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 206 (80.86% from 255 or 56.59% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 206 - color contains mainly: green. Hex color #68CE36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CE36 is #9731C9. Grayscale: #9E9E9E. Windows color (decimal): -9908682 or 3591784. OLE color: 3591784.
HSL color Cylindrical-coordinate representation of color #68CE36: hue angle of 100.26º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68CE36 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 206 | 54 | - |
| CMYK | 0.50 | 0 | 0.74 | 0.19 |
| HSL | 100.26º | 0.61% | 0.51% | - |
| HSV(B) | 100.26º | 0.74% | 0.81% | - |
| XYZ | 28.45 | 47.35 | 11.13 | - |
| YUV | 158.17 | 69.21 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 54 | 0.50 | 0 | 0.74 | 0.19 | 100.26 | 0.61 | 0.51 |
| Hex | 68 | CE | 36 | 32 | 0 | 4A | 13 | 64 | 3D | 33 |
| Octal | 150 | 316 | 66 | 62 | 0 | 112 | 23 | 144 | 75 | 63 |
| Binary | 1101000 | 11001110 | 110110 | 110010 | 0 | 1001010 | 10011 | 1100100 | 111101 | 110011 |
Color Harmonies of #68CE36
Complementary color
Monochromatic Colors of #68CE36
Black with #68CE36
Text Example
Text Example
White with #68CE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CE36; }
p { color: rgb(104,206,54); }
H1.HeaderClassName
{
color: #68CE36;
}
.AnyTagClassName
{
color: #68CE36;
}
</style>
background-color css
<style>
a { background-color: #68CE36; }
a { background-color: rgb(104,206,54); }
div.DivClassName
{
background-color: #68CE36;
}
.BgClassName
{
background-color: #68CE36;
}
</style>
border-color css
<style>
span { border-color: #68CE36; }
span { border-color: rgb(104,206,54); }
td.TdClassName
{
border-color: #68CE36;
}
.TagClassName
{
border-color: #68CE36;
}
</style>