Shades of Apple #67CB3C
Tints of Apple #67CB3C
RGB
CMYK
RGB Variations
Color information
#67CB3C (or 0x67CB3C) is known color: Apple. HEX triplet: 67, CB and 3C. RGB value is (103,203,60). Sum of RGB (Red+Green+Blue) = 103+203+60=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 203 (79.69% from 255 or 55.46% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 203 - color contains mainly: green. Hex color #67CB3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67CB3C is #9834C3. Grayscale: #9D9D9D. Windows color (decimal): -9974980 or 3984231. OLE color: 3984231.
HSL color Cylindrical-coordinate representation of color #67CB3C: hue angle of 101.96º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #67CB3C is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 203 | 60 | - |
| CMYK | 0.49 | 0 | 0.70 | 0.20 |
| HSL | 101.96º | 0.58% | 0.52% | - |
| HSV(B) | 101.96º | 0.7% | 0.8% | - |
| XYZ | 27.77 | 45.92 | 11.68 | - |
| YUV | 156.8 | 73.37 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 203 | 60 | 0.49 | 0 | 0.70 | 0.20 | 101.96 | 0.58 | 0.52 |
| Hex | 67 | CB | 3C | 31 | 0 | 46 | 14 | 66 | 3A | 34 |
| Octal | 147 | 313 | 74 | 61 | 0 | 106 | 24 | 146 | 72 | 64 |
| Binary | 1100111 | 11001011 | 111100 | 110001 | 0 | 1000110 | 10100 | 1100110 | 111010 | 110100 |
Color Harmonies of #67CB3C
Complementary color
Monochromatic Colors of #67CB3C
Black with #67CB3C
Text Example
Text Example
White with #67CB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CB3C; }
p { color: rgb(103,203,60); }
H1.HeaderClassName
{
color: #67CB3C;
}
.AnyTagClassName
{
color: #67CB3C;
}
</style>
background-color css
<style>
a { background-color: #67CB3C; }
a { background-color: rgb(103,203,60); }
div.DivClassName
{
background-color: #67CB3C;
}
.BgClassName
{
background-color: #67CB3C;
}
</style>
border-color css
<style>
span { border-color: #67CB3C; }
span { border-color: rgb(103,203,60); }
td.TdClassName
{
border-color: #67CB3C;
}
.TagClassName
{
border-color: #67CB3C;
}
</style>