Shades of Apple #67CB40
Tints of Apple #67CB40
RGB
CMYK
RGB Variations
Color information
#67CB40 (or 0x67CB40) is known color: Apple. HEX triplet: 67, CB and 40. RGB value is (103,203,64). Sum of RGB (Red+Green+Blue) = 103+203+64=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 203 (79.69% from 255 or 54.86% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 203 - color contains mainly: green. Hex color #67CB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67CB40 is #9834BF. Grayscale: #9D9D9D. Windows color (decimal): -9974976 or 4246375. OLE color: 4246375.
HSL color Cylindrical-coordinate representation of color #67CB40: hue angle of 103.17º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #67CB40 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 203 | 64 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.20 |
| HSL | 103.17º | 0.57% | 0.52% | - |
| HSV(B) | 103.17º | 0.68% | 0.8% | - |
| XYZ | 27.87 | 45.97 | 12.25 | - |
| YUV | 157.25 | 75.37 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 203 | 64 | 0.49 | 0 | 0.68 | 0.20 | 103.17 | 0.57 | 0.52 |
| Hex | 67 | CB | 40 | 31 | 0 | 44 | 14 | 67 | 39 | 34 |
| Octal | 147 | 313 | 100 | 61 | 0 | 104 | 24 | 147 | 71 | 64 |
| Binary | 1100111 | 11001011 | 1000000 | 110001 | 0 | 1000100 | 10100 | 1100111 | 111001 | 110100 |
Color Harmonies of #67CB40
Complementary color
Monochromatic Colors of #67CB40
Black with #67CB40
Text Example
Text Example
White with #67CB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CB40; }
p { color: rgb(103,203,64); }
H1.HeaderClassName
{
color: #67CB40;
}
.AnyTagClassName
{
color: #67CB40;
}
</style>
background-color css
<style>
a { background-color: #67CB40; }
a { background-color: rgb(103,203,64); }
div.DivClassName
{
background-color: #67CB40;
}
.BgClassName
{
background-color: #67CB40;
}
</style>
border-color css
<style>
span { border-color: #67CB40; }
span { border-color: rgb(103,203,64); }
td.TdClassName
{
border-color: #67CB40;
}
.TagClassName
{
border-color: #67CB40;
}
</style>