Shades of Apple #67D052
Tints of Apple #67D052
RGB
CMYK
RGB Variations
Color information
#67D052 (or 0x67D052) is known color: Apple. HEX triplet: 67, D0 and 52. RGB value is (103,208,82). Sum of RGB (Red+Green+Blue) = 103+208+82=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #67D052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67D052 is #982FAD. Grayscale: #A2A2A2. Windows color (decimal): -9973678 or 5427303. OLE color: 5427303.
HSL color Cylindrical-coordinate representation of color #67D052: hue angle of 110º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #67D052 is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 208 | 82 | - |
| CMYK | 0.50 | 0 | 0.61 | 0.18 |
| HSL | 110º | 0.57% | 0.57% | - |
| HSV(B) | 110º | 0.61% | 0.82% | - |
| XYZ | 29.67 | 48.6 | 15.8 | - |
| YUV | 162.24 | 82.71 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 208 | 82 | 0.50 | 0 | 0.61 | 0.18 | 110 | 0.57 | 0.57 |
| Hex | 67 | D0 | 52 | 32 | 0 | 3D | 12 | 6E | 39 | 39 |
| Octal | 147 | 320 | 122 | 62 | 0 | 75 | 22 | 156 | 71 | 71 |
| Binary | 1100111 | 11010000 | 1010010 | 110010 | 0 | 111101 | 10010 | 1101110 | 111001 | 111001 |
Color Harmonies of #67D052
Complementary color
Monochromatic Colors of #67D052
Black with #67D052
Text Example
Text Example
White with #67D052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D052; }
p { color: rgb(103,208,82); }
H1.HeaderClassName
{
color: #67D052;
}
.AnyTagClassName
{
color: #67D052;
}
</style>
background-color css
<style>
a { background-color: #67D052; }
a { background-color: rgb(103,208,82); }
div.DivClassName
{
background-color: #67D052;
}
.BgClassName
{
background-color: #67D052;
}
</style>
border-color css
<style>
span { border-color: #67D052; }
span { border-color: rgb(103,208,82); }
td.TdClassName
{
border-color: #67D052;
}
.TagClassName
{
border-color: #67D052;
}
</style>