Shades of Apple #68CC32
Tints of Apple #68CC32
RGB
CMYK
RGB Variations
Color information
#68CC32 (or 0x68CC32) is known color: Apple. HEX triplet: 68, CC and 32. RGB value is (104,204,50). Sum of RGB (Red+Green+Blue) = 104+204+50=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 204 (80.08% from 255 or 56.98% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 204 - color contains mainly: green. Hex color #68CC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CC32 is #9733CD. Grayscale: #9D9D9D. Windows color (decimal): -9909198 or 3329128. OLE color: 3329128.
HSL color Cylindrical-coordinate representation of color #68CC32: hue angle of 98.96º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68CC32 is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 204 | 50 | - |
| CMYK | 0.49 | 0 | 0.75 | 0.2 |
| HSL | 98.96º | 0.61% | 0.5% | - |
| HSV(B) | 98.96º | 0.75% | 0.8% | - |
| XYZ | 27.88 | 46.36 | 10.5 | - |
| YUV | 156.54 | 67.87 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 50 | 0.49 | 0 | 0.75 | 0.2 | 98.96 | 0.61 | 0.5 |
| Hex | 68 | CC | 32 | 31 | 0 | 4B | 14 | 63 | 3D | 32 |
| Octal | 150 | 314 | 62 | 61 | 0 | 113 | 24 | 143 | 75 | 62 |
| Binary | 1101000 | 11001100 | 110010 | 110001 | 0 | 1001011 | 10100 | 1100011 | 111101 | 110010 |
Color Harmonies of #68CC32
Complementary color
Monochromatic Colors of #68CC32
Black with #68CC32
Text Example
Text Example
White with #68CC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CC32; }
p { color: rgb(104,204,50); }
H1.HeaderClassName
{
color: #68CC32;
}
.AnyTagClassName
{
color: #68CC32;
}
</style>
background-color css
<style>
a { background-color: #68CC32; }
a { background-color: rgb(104,204,50); }
div.DivClassName
{
background-color: #68CC32;
}
.BgClassName
{
background-color: #68CC32;
}
</style>
border-color css
<style>
span { border-color: #68CC32; }
span { border-color: rgb(104,204,50); }
td.TdClassName
{
border-color: #68CC32;
}
.TagClassName
{
border-color: #68CC32;
}
</style>