Shades of Apple #68CD36
Tints of Apple #68CD36
RGB
CMYK
RGB Variations
Color information
#68CD36 (or 0x68CD36) is known color: Apple. HEX triplet: 68, CD and 36. RGB value is (104,205,54). Sum of RGB (Red+Green+Blue) = 104+205+54=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 205 (80.47% from 255 or 56.47% from 363); Blue value is 54 (21.48% from 255 or 14.88% from 363); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CD36 is #9732C9. Grayscale: #9E9E9E. Windows color (decimal): -9908938 or 3591528. OLE color: 3591528.
HSL color Cylindrical-coordinate representation of color #68CD36: hue angle of 100.13º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68CD36 is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 205 | 54 | - |
| CMYK | 0.49 | 0 | 0.74 | 0.20 |
| HSL | 100.13º | 0.6% | 0.51% | - |
| HSV(B) | 100.13º | 0.74% | 0.8% | - |
| XYZ | 28.21 | 46.87 | 11.05 | - |
| YUV | 157.59 | 69.54 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 54 | 0.49 | 0 | 0.74 | 0.20 | 100.13 | 0.6 | 0.51 |
| Hex | 68 | CD | 36 | 31 | 0 | 4A | 14 | 64 | 3C | 33 |
| Octal | 150 | 315 | 66 | 61 | 0 | 112 | 24 | 144 | 74 | 63 |
| Binary | 1101000 | 11001101 | 110110 | 110001 | 0 | 1001010 | 10100 | 1100100 | 111100 | 110011 |
Color Harmonies of #68CD36
Complementary color
Monochromatic Colors of #68CD36
Black with #68CD36
Text Example
Text Example
White with #68CD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CD36; }
p { color: rgb(104,205,54); }
H1.HeaderClassName
{
color: #68CD36;
}
.AnyTagClassName
{
color: #68CD36;
}
</style>
background-color css
<style>
a { background-color: #68CD36; }
a { background-color: rgb(104,205,54); }
div.DivClassName
{
background-color: #68CD36;
}
.BgClassName
{
background-color: #68CD36;
}
</style>
border-color css
<style>
span { border-color: #68CD36; }
span { border-color: rgb(104,205,54); }
td.TdClassName
{
border-color: #68CD36;
}
.TagClassName
{
border-color: #68CD36;
}
</style>