Shades of Apple #67C44B
Tints of Apple #67C44B
RGB
CMYK
RGB Variations
Color information
#67C44B (or 0x67C44B) is known color: Apple. HEX triplet: 67, C4 and 4B. RGB value is (103,196,75). Sum of RGB (Red+Green+Blue) = 103+196+75=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 196 (76.95% from 255 or 52.41% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 196 - color contains mainly: green. Hex color #67C44B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67C44B is #983BB4. Grayscale: #9A9A9A. Windows color (decimal): -9976757 or 4965479. OLE color: 4965479.
HSL color Cylindrical-coordinate representation of color #67C44B: hue angle of 106.12º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #67C44B is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 103 | 196 | 75 | - |
| CMYK | 0.47 | 0 | 0.62 | 0.23 |
| HSL | 106.12º | 0.51% | 0.53% | - |
| HSV(B) | 106.12º | 0.62% | 0.77% | - |
| XYZ | 26.6 | 42.87 | 13.53 | - |
| YUV | 154.4 | 83.19 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 196 | 75 | 0.47 | 0 | 0.62 | 0.23 | 106.12 | 0.51 | 0.53 |
| Hex | 67 | C4 | 4B | 2F | 0 | 3E | 17 | 6A | 33 | 35 |
| Octal | 147 | 304 | 113 | 57 | 0 | 76 | 27 | 152 | 63 | 65 |
| Binary | 1100111 | 11000100 | 1001011 | 101111 | 0 | 111110 | 10111 | 1101010 | 110011 | 110101 |
Color Harmonies of #67C44B
Complementary color
Monochromatic Colors of #67C44B
Black with #67C44B
Text Example
Text Example
White with #67C44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C44B; }
p { color: rgb(103,196,75); }
H1.HeaderClassName
{
color: #67C44B;
}
.AnyTagClassName
{
color: #67C44B;
}
</style>
background-color css
<style>
a { background-color: #67C44B; }
a { background-color: rgb(103,196,75); }
div.DivClassName
{
background-color: #67C44B;
}
.BgClassName
{
background-color: #67C44B;
}
</style>
border-color css
<style>
span { border-color: #67C44B; }
span { border-color: rgb(103,196,75); }
td.TdClassName
{
border-color: #67C44B;
}
.TagClassName
{
border-color: #67C44B;
}
</style>