Shades of Apple #68CB45
Tints of Apple #68CB45
RGB
CMYK
RGB Variations
Color information
#68CB45 (or 0x68CB45) is known color: Apple. HEX triplet: 68, CB and 45. RGB value is (104,203,69). Sum of RGB (Red+Green+Blue) = 104+203+69=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 203 (79.69% from 255 or 53.99% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CB45 is #9734BA. Grayscale: #9E9E9E. Windows color (decimal): -9909435 or 4574056. OLE color: 4574056.
HSL color Cylindrical-coordinate representation of color #68CB45: hue angle of 104.33º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68CB45 is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 69 | - |
| CMYK | 0.49 | 0 | 0.66 | 0.20 |
| HSL | 104.33º | 0.56% | 0.53% | - |
| HSV(B) | 104.33º | 0.66% | 0.8% | - |
| XYZ | 28.14 | 46.08 | 13.04 | - |
| YUV | 158.12 | 77.7 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 69 | 0.49 | 0 | 0.66 | 0.20 | 104.33 | 0.56 | 0.53 |
| Hex | 68 | CB | 45 | 31 | 0 | 42 | 14 | 68 | 38 | 35 |
| Octal | 150 | 313 | 105 | 61 | 0 | 102 | 24 | 150 | 70 | 65 |
| Binary | 1101000 | 11001011 | 1000101 | 110001 | 0 | 1000010 | 10100 | 1101000 | 111000 | 110101 |
Color Harmonies of #68CB45
Complementary color
Monochromatic Colors of #68CB45
Black with #68CB45
Text Example
Text Example
White with #68CB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CB45; }
p { color: rgb(104,203,69); }
H1.HeaderClassName
{
color: #68CB45;
}
.AnyTagClassName
{
color: #68CB45;
}
</style>
background-color css
<style>
a { background-color: #68CB45; }
a { background-color: rgb(104,203,69); }
div.DivClassName
{
background-color: #68CB45;
}
.BgClassName
{
background-color: #68CB45;
}
</style>
border-color css
<style>
span { border-color: #68CB45; }
span { border-color: rgb(104,203,69); }
td.TdClassName
{
border-color: #68CB45;
}
.TagClassName
{
border-color: #68CB45;
}
</style>