Shades of Apple #68CB36
Tints of Apple #68CB36
RGB
CMYK
RGB Variations
Color information
#68CB36 (or 0x68CB36) is known color: Apple. HEX triplet: 68, CB and 36. RGB value is (104,203,54). Sum of RGB (Red+Green+Blue) = 104+203+54=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 203 (79.69% from 255 or 56.23% from 361); Blue value is 54 (21.48% from 255 or 14.96% from 361); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CB36 is #9734C9. Grayscale: #9C9C9C. Windows color (decimal): -9909450 or 3591016. OLE color: 3591016.
HSL color Cylindrical-coordinate representation of color #68CB36: hue angle of 99.87º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68CB36 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 54 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.20 |
| HSL | 99.87º | 0.59% | 0.5% | - |
| HSV(B) | 99.87º | 0.73% | 0.8% | - |
| XYZ | 27.73 | 45.92 | 10.89 | - |
| YUV | 156.41 | 70.2 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 54 | 0.49 | 0 | 0.73 | 0.20 | 99.87 | 0.59 | 0.5 |
| Hex | 68 | CB | 36 | 31 | 0 | 49 | 14 | 64 | 3B | 32 |
| Octal | 150 | 313 | 66 | 61 | 0 | 111 | 24 | 144 | 73 | 62 |
| Binary | 1101000 | 11001011 | 110110 | 110001 | 0 | 1001001 | 10100 | 1100100 | 111011 | 110010 |
Color Harmonies of #68CB36
Complementary color
Monochromatic Colors of #68CB36
Black with #68CB36
Text Example
Text Example
White with #68CB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CB36; }
p { color: rgb(104,203,54); }
H1.HeaderClassName
{
color: #68CB36;
}
.AnyTagClassName
{
color: #68CB36;
}
</style>
background-color css
<style>
a { background-color: #68CB36; }
a { background-color: rgb(104,203,54); }
div.DivClassName
{
background-color: #68CB36;
}
.BgClassName
{
background-color: #68CB36;
}
</style>
border-color css
<style>
span { border-color: #68CB36; }
span { border-color: rgb(104,203,54); }
td.TdClassName
{
border-color: #68CB36;
}
.TagClassName
{
border-color: #68CB36;
}
</style>