Shades of Apple #67E048
Tints of Apple #67E048
RGB
CMYK
RGB Variations
Color information
#67E048 (or 0x67E048) is known color: Apple. HEX triplet: 67, E0 and 48. RGB value is (103,224,72). Sum of RGB (Red+Green+Blue) = 103+224+72=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 224 (87.89% from 255 or 56.14% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 224 - color contains mainly: green. Hex color #67E048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67E048 is #981FB7. Grayscale: #AAAAAA. Windows color (decimal): -9969592 or 4776039. OLE color: 4776039.
HSL color Cylindrical-coordinate representation of color #67E048: hue angle of 107.76º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #67E048 is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 103 | 224 | 72 | - |
| CMYK | 0.54 | 0 | 0.68 | 0.12 |
| HSL | 107.76º | 0.71% | 0.58% | - |
| HSV(B) | 107.76º | 0.68% | 0.88% | - |
| XYZ | 33.42 | 56.66 | 15.31 | - |
| YUV | 170.49 | 72.41 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 224 | 72 | 0.54 | 0 | 0.68 | 0.12 | 107.76 | 0.71 | 0.58 |
| Hex | 67 | E0 | 48 | 36 | 0 | 44 | C | 6C | 47 | 3A |
| Octal | 147 | 340 | 110 | 66 | 0 | 104 | 14 | 154 | 107 | 72 |
| Binary | 1100111 | 11100000 | 1001000 | 110110 | 0 | 1000100 | 1100 | 1101100 | 1000111 | 111010 |
Color Harmonies of #67E048
Complementary color
Monochromatic Colors of #67E048
Black with #67E048
Text Example
Text Example
White with #67E048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67E048; }
p { color: rgb(103,224,72); }
H1.HeaderClassName
{
color: #67E048;
}
.AnyTagClassName
{
color: #67E048;
}
</style>
background-color css
<style>
a { background-color: #67E048; }
a { background-color: rgb(103,224,72); }
div.DivClassName
{
background-color: #67E048;
}
.BgClassName
{
background-color: #67E048;
}
</style>
border-color css
<style>
span { border-color: #67E048; }
span { border-color: rgb(103,224,72); }
td.TdClassName
{
border-color: #67E048;
}
.TagClassName
{
border-color: #67E048;
}
</style>