Shades of Apple #68CB41
Tints of Apple #68CB41
RGB
CMYK
RGB Variations
Color information
#68CB41 (or 0x68CB41) is known color: Apple. HEX triplet: 68, CB and 41. RGB value is (104,203,65). Sum of RGB (Red+Green+Blue) = 104+203+65=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 203 (79.69% from 255 or 54.57% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CB41 is #9734BE. Grayscale: #9E9E9E. Windows color (decimal): -9909439 or 4311912. OLE color: 4311912.
HSL color Cylindrical-coordinate representation of color #68CB41: hue angle of 103.04º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68CB41 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 65 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.20 |
| HSL | 103.04º | 0.57% | 0.53% | - |
| HSV(B) | 103.04º | 0.68% | 0.8% | - |
| XYZ | 28.02 | 46.04 | 12.41 | - |
| YUV | 157.67 | 75.7 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 65 | 0.49 | 0 | 0.68 | 0.20 | 103.04 | 0.57 | 0.53 |
| Hex | 68 | CB | 41 | 31 | 0 | 44 | 14 | 67 | 39 | 35 |
| Octal | 150 | 313 | 101 | 61 | 0 | 104 | 24 | 147 | 71 | 65 |
| Binary | 1101000 | 11001011 | 1000001 | 110001 | 0 | 1000100 | 10100 | 1100111 | 111001 | 110101 |
Color Harmonies of #68CB41
Complementary color
Monochromatic Colors of #68CB41
Black with #68CB41
Text Example
Text Example
White with #68CB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CB41; }
p { color: rgb(104,203,65); }
H1.HeaderClassName
{
color: #68CB41;
}
.AnyTagClassName
{
color: #68CB41;
}
</style>
background-color css
<style>
a { background-color: #68CB41; }
a { background-color: rgb(104,203,65); }
div.DivClassName
{
background-color: #68CB41;
}
.BgClassName
{
background-color: #68CB41;
}
</style>
border-color css
<style>
span { border-color: #68CB41; }
span { border-color: rgb(104,203,65); }
td.TdClassName
{
border-color: #68CB41;
}
.TagClassName
{
border-color: #68CB41;
}
</style>