Shades of Apple #68CB44
Tints of Apple #68CB44
RGB
CMYK
RGB Variations
Color information
#68CB44 (or 0x68CB44) is known color: Apple. HEX triplet: 68, CB and 44. RGB value is (104,203,68). Sum of RGB (Red+Green+Blue) = 104+203+68=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 203 (79.69% from 255 or 54.13% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CB44 is #9734BB. Grayscale: #9E9E9E. Windows color (decimal): -9909436 or 4508520. OLE color: 4508520.
HSL color Cylindrical-coordinate representation of color #68CB44: hue angle of 104º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68CB44 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 68 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.20 |
| HSL | 104º | 0.56% | 0.53% | - |
| HSV(B) | 104º | 0.67% | 0.8% | - |
| XYZ | 28.11 | 46.07 | 12.88 | - |
| YUV | 158.01 | 77.2 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 68 | 0.49 | 0 | 0.67 | 0.20 | 104 | 0.56 | 0.53 |
| Hex | 68 | CB | 44 | 31 | 0 | 43 | 14 | 68 | 38 | 35 |
| Octal | 150 | 313 | 104 | 61 | 0 | 103 | 24 | 150 | 70 | 65 |
| Binary | 1101000 | 11001011 | 1000100 | 110001 | 0 | 1000011 | 10100 | 1101000 | 111000 | 110101 |
Color Harmonies of #68CB44
Complementary color
Monochromatic Colors of #68CB44
Black with #68CB44
Text Example
Text Example
White with #68CB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CB44; }
p { color: rgb(104,203,68); }
H1.HeaderClassName
{
color: #68CB44;
}
.AnyTagClassName
{
color: #68CB44;
}
</style>
background-color css
<style>
a { background-color: #68CB44; }
a { background-color: rgb(104,203,68); }
div.DivClassName
{
background-color: #68CB44;
}
.BgClassName
{
background-color: #68CB44;
}
</style>
border-color css
<style>
span { border-color: #68CB44; }
span { border-color: rgb(104,203,68); }
td.TdClassName
{
border-color: #68CB44;
}
.TagClassName
{
border-color: #68CB44;
}
</style>