Shades of Apple #67C355
Tints of Apple #67C355
RGB
CMYK
RGB Variations
Color information
#67C355 (or 0x67C355) is known color: Apple. HEX triplet: 67, C3 and 55. RGB value is (103,195,85). Sum of RGB (Red+Green+Blue) = 103+195+85=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #67C355 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67C355 is #983CAA. Grayscale: #9B9B9B. Windows color (decimal): -9977003 or 5620583. OLE color: 5620583.
HSL color Cylindrical-coordinate representation of color #67C355: hue angle of 110.18º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67C355 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 195 | 85 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.24 |
| HSL | 110.18º | 0.48% | 0.55% | - |
| HSV(B) | 110.18º | 0.56% | 0.76% | - |
| XYZ | 26.75 | 42.57 | 15.4 | - |
| YUV | 154.95 | 88.52 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 195 | 85 | 0.47 | 0 | 0.56 | 0.24 | 110.18 | 0.48 | 0.55 |
| Hex | 67 | C3 | 55 | 2F | 0 | 38 | 18 | 6E | 30 | 37 |
| Octal | 147 | 303 | 125 | 57 | 0 | 70 | 30 | 156 | 60 | 67 |
| Binary | 1100111 | 11000011 | 1010101 | 101111 | 0 | 111000 | 11000 | 1101110 | 110000 | 110111 |
Color Harmonies of #67C355
Complementary color
Monochromatic Colors of #67C355
Black with #67C355
Text Example
Text Example
White with #67C355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C355; }
p { color: rgb(103,195,85); }
H1.HeaderClassName
{
color: #67C355;
}
.AnyTagClassName
{
color: #67C355;
}
</style>
background-color css
<style>
a { background-color: #67C355; }
a { background-color: rgb(103,195,85); }
div.DivClassName
{
background-color: #67C355;
}
.BgClassName
{
background-color: #67C355;
}
</style>
border-color css
<style>
span { border-color: #67C355; }
span { border-color: rgb(103,195,85); }
td.TdClassName
{
border-color: #67C355;
}
.TagClassName
{
border-color: #67C355;
}
</style>