Shades of Apple #67CC2C
Tints of Apple #67CC2C
RGB
CMYK
RGB Variations
Color information
#67CC2C (or 0x67CC2C) is known color: Apple. HEX triplet: 67, CC and 2C. RGB value is (103,204,44). Sum of RGB (Red+Green+Blue) = 103+204+44=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 204 (80.08% from 255 or 58.12% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 204 - color contains mainly: green. Hex color #67CC2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67CC2C is #9833D3. Grayscale: #9C9C9C. Windows color (decimal): -9974740 or 2935911. OLE color: 2935911.
HSL color Cylindrical-coordinate representation of color #67CC2C: hue angle of 97.88º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #67CC2C is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 204 | 44 | - |
| CMYK | 0.50 | 0 | 0.78 | 0.2 |
| HSL | 97.88º | 0.65% | 0.49% | - |
| HSV(B) | 97.88º | 0.78% | 0.8% | - |
| XYZ | 27.64 | 46.25 | 9.85 | - |
| YUV | 155.56 | 65.04 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 204 | 44 | 0.50 | 0 | 0.78 | 0.2 | 97.88 | 0.65 | 0.49 |
| Hex | 67 | CC | 2C | 32 | 0 | 4E | 14 | 62 | 41 | 31 |
| Octal | 147 | 314 | 54 | 62 | 0 | 116 | 24 | 142 | 101 | 61 |
| Binary | 1100111 | 11001100 | 101100 | 110010 | 0 | 1001110 | 10100 | 1100010 | 1000001 | 110001 |
Color Harmonies of #67CC2C
Complementary color
Monochromatic Colors of #67CC2C
Black with #67CC2C
Text Example
Text Example
White with #67CC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CC2C; }
p { color: rgb(103,204,44); }
H1.HeaderClassName
{
color: #67CC2C;
}
.AnyTagClassName
{
color: #67CC2C;
}
</style>
background-color css
<style>
a { background-color: #67CC2C; }
a { background-color: rgb(103,204,44); }
div.DivClassName
{
background-color: #67CC2C;
}
.BgClassName
{
background-color: #67CC2C;
}
</style>
border-color css
<style>
span { border-color: #67CC2C; }
span { border-color: rgb(103,204,44); }
td.TdClassName
{
border-color: #67CC2C;
}
.TagClassName
{
border-color: #67CC2C;
}
</style>