Shades of Apple #67D548
Tints of Apple #67D548
RGB
CMYK
RGB Variations
Color information
#67D548 (or 0x67D548) is known color: Apple. HEX triplet: 67, D5 and 48. RGB value is (103,213,72). Sum of RGB (Red+Green+Blue) = 103+213+72=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 213 (83.59% from 255 or 54.90% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 213 - color contains mainly: green. Hex color #67D548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67D548 is #982AB7. Grayscale: #A4A4A4. Windows color (decimal): -9972408 or 4773223. OLE color: 4773223.
HSL color Cylindrical-coordinate representation of color #67D548: hue angle of 106.81º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #67D548 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 213 | 72 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.16 |
| HSL | 106.81º | 0.63% | 0.56% | - |
| HSV(B) | 106.81º | 0.66% | 0.84% | - |
| XYZ | 30.56 | 50.94 | 14.35 | - |
| YUV | 164.04 | 76.06 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 213 | 72 | 0.52 | 0 | 0.66 | 0.16 | 106.81 | 0.63 | 0.56 |
| Hex | 67 | D5 | 48 | 34 | 0 | 42 | 10 | 6B | 3F | 38 |
| Octal | 147 | 325 | 110 | 64 | 0 | 102 | 20 | 153 | 77 | 70 |
| Binary | 1100111 | 11010101 | 1001000 | 110100 | 0 | 1000010 | 10000 | 1101011 | 111111 | 111000 |
Color Harmonies of #67D548
Complementary color
Monochromatic Colors of #67D548
Black with #67D548
Text Example
Text Example
White with #67D548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D548; }
p { color: rgb(103,213,72); }
H1.HeaderClassName
{
color: #67D548;
}
.AnyTagClassName
{
color: #67D548;
}
</style>
background-color css
<style>
a { background-color: #67D548; }
a { background-color: rgb(103,213,72); }
div.DivClassName
{
background-color: #67D548;
}
.BgClassName
{
background-color: #67D548;
}
</style>
border-color css
<style>
span { border-color: #67D548; }
span { border-color: rgb(103,213,72); }
td.TdClassName
{
border-color: #67D548;
}
.TagClassName
{
border-color: #67D548;
}
</style>