Shades of Apple #67D248
Tints of Apple #67D248
RGB
CMYK
RGB Variations
Color information
#67D248 (or 0x67D248) is known color: Apple. HEX triplet: 67, D2 and 48. RGB value is (103,210,72). Sum of RGB (Red+Green+Blue) = 103+210+72=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 210 (82.42% from 255 or 54.55% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 210 - color contains mainly: green. Hex color #67D248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67D248 is #982DB7. Grayscale: #A2A2A2. Windows color (decimal): -9973176 or 4772455. OLE color: 4772455.
HSL color Cylindrical-coordinate representation of color #67D248: hue angle of 106.52º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #67D248 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 210 | 72 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.18 |
| HSL | 106.52º | 0.61% | 0.55% | - |
| HSV(B) | 106.52º | 0.66% | 0.82% | - |
| XYZ | 29.81 | 49.44 | 14.1 | - |
| YUV | 162.28 | 77.05 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 210 | 72 | 0.51 | 0 | 0.66 | 0.18 | 106.52 | 0.61 | 0.55 |
| Hex | 67 | D2 | 48 | 33 | 0 | 42 | 12 | 6B | 3D | 37 |
| Octal | 147 | 322 | 110 | 63 | 0 | 102 | 22 | 153 | 75 | 67 |
| Binary | 1100111 | 11010010 | 1001000 | 110011 | 0 | 1000010 | 10010 | 1101011 | 111101 | 110111 |
Color Harmonies of #67D248
Complementary color
Monochromatic Colors of #67D248
Black with #67D248
Text Example
Text Example
White with #67D248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D248; }
p { color: rgb(103,210,72); }
H1.HeaderClassName
{
color: #67D248;
}
.AnyTagClassName
{
color: #67D248;
}
</style>
background-color css
<style>
a { background-color: #67D248; }
a { background-color: rgb(103,210,72); }
div.DivClassName
{
background-color: #67D248;
}
.BgClassName
{
background-color: #67D248;
}
</style>
border-color css
<style>
span { border-color: #67D248; }
span { border-color: rgb(103,210,72); }
td.TdClassName
{
border-color: #67D248;
}
.TagClassName
{
border-color: #67D248;
}
</style>