Shades of Apple #67CB50
Tints of Apple #67CB50
RGB
CMYK
RGB Variations
Color information
#67CB50 (or 0x67CB50) is known color: Apple. HEX triplet: 67, CB and 50. RGB value is (103,203,80). Sum of RGB (Red+Green+Blue) = 103+203+80=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #67CB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67CB50 is #9834AF. Grayscale: #9F9F9F. Windows color (decimal): -9974960 or 5294951. OLE color: 5294951.
HSL color Cylindrical-coordinate representation of color #67CB50: hue angle of 108.78º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #67CB50 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 203 | 80 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.20 |
| HSL | 108.78º | 0.54% | 0.55% | - |
| HSV(B) | 108.78º | 0.61% | 0.8% | - |
| XYZ | 28.4 | 46.17 | 15.01 | - |
| YUV | 159.08 | 83.37 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 203 | 80 | 0.49 | 0 | 0.61 | 0.20 | 108.78 | 0.54 | 0.55 |
| Hex | 67 | CB | 50 | 31 | 0 | 3D | 14 | 6D | 36 | 37 |
| Octal | 147 | 313 | 120 | 61 | 0 | 75 | 24 | 155 | 66 | 67 |
| Binary | 1100111 | 11001011 | 1010000 | 110001 | 0 | 111101 | 10100 | 1101101 | 110110 | 110111 |
Color Harmonies of #67CB50
Complementary color
Monochromatic Colors of #67CB50
Black with #67CB50
Text Example
Text Example
White with #67CB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CB50; }
p { color: rgb(103,203,80); }
H1.HeaderClassName
{
color: #67CB50;
}
.AnyTagClassName
{
color: #67CB50;
}
</style>
background-color css
<style>
a { background-color: #67CB50; }
a { background-color: rgb(103,203,80); }
div.DivClassName
{
background-color: #67CB50;
}
.BgClassName
{
background-color: #67CB50;
}
</style>
border-color css
<style>
span { border-color: #67CB50; }
span { border-color: rgb(103,203,80); }
td.TdClassName
{
border-color: #67CB50;
}
.TagClassName
{
border-color: #67CB50;
}
</style>