Shades of Apple #67C350
Tints of Apple #67C350
RGB
CMYK
RGB Variations
Color information
#67C350 (or 0x67C350) is known color: Apple. HEX triplet: 67, C3 and 50. RGB value is (103,195,80). Sum of RGB (Red+Green+Blue) = 103+195+80=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 195 (76.56% from 255 or 51.59% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 195 - color contains mainly: green. Hex color #67C350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67C350 is #983CAF. Grayscale: #9A9A9A. Windows color (decimal): -9977008 or 5292903. OLE color: 5292903.
HSL color Cylindrical-coordinate representation of color #67C350: hue angle of 108º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67C350 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 195 | 80 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.24 |
| HSL | 108º | 0.49% | 0.54% | - |
| HSV(B) | 108º | 0.59% | 0.76% | - |
| XYZ | 26.56 | 42.49 | 14.39 | - |
| YUV | 154.38 | 86.02 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 195 | 80 | 0.47 | 0 | 0.59 | 0.24 | 108 | 0.49 | 0.54 |
| Hex | 67 | C3 | 50 | 2F | 0 | 3B | 18 | 6C | 31 | 36 |
| Octal | 147 | 303 | 120 | 57 | 0 | 73 | 30 | 154 | 61 | 66 |
| Binary | 1100111 | 11000011 | 1010000 | 101111 | 0 | 111011 | 11000 | 1101100 | 110001 | 110110 |
Color Harmonies of #67C350
Complementary color
Monochromatic Colors of #67C350
Black with #67C350
Text Example
Text Example
White with #67C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C350; }
p { color: rgb(103,195,80); }
H1.HeaderClassName
{
color: #67C350;
}
.AnyTagClassName
{
color: #67C350;
}
</style>
background-color css
<style>
a { background-color: #67C350; }
a { background-color: rgb(103,195,80); }
div.DivClassName
{
background-color: #67C350;
}
.BgClassName
{
background-color: #67C350;
}
</style>
border-color css
<style>
span { border-color: #67C350; }
span { border-color: rgb(103,195,80); }
td.TdClassName
{
border-color: #67C350;
}
.TagClassName
{
border-color: #67C350;
}
</style>