Shades of Apple #67D84B
Tints of Apple #67D84B
RGB
CMYK
RGB Variations
Color information
#67D84B (or 0x67D84B) is known color: Apple. HEX triplet: 67, D8 and 4B. RGB value is (103,216,75). Sum of RGB (Red+Green+Blue) = 103+216+75=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 216 (84.77% from 255 or 54.82% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 216 - color contains mainly: green. Hex color #67D84B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67D84B is #9827B4. Grayscale: #A6A6A6. Windows color (decimal): -9971637 or 4970599. OLE color: 4970599.
HSL color Cylindrical-coordinate representation of color #67D84B: hue angle of 108.09º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #67D84B is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 216 | 75 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.15 |
| HSL | 108.09º | 0.64% | 0.57% | - |
| HSV(B) | 108.09º | 0.65% | 0.85% | - |
| XYZ | 31.42 | 52.5 | 15.13 | - |
| YUV | 166.14 | 76.56 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 216 | 75 | 0.52 | 0 | 0.65 | 0.15 | 108.09 | 0.64 | 0.57 |
| Hex | 67 | D8 | 4B | 34 | 0 | 41 | F | 6C | 40 | 39 |
| Octal | 147 | 330 | 113 | 64 | 0 | 101 | 17 | 154 | 100 | 71 |
| Binary | 1100111 | 11011000 | 1001011 | 110100 | 0 | 1000001 | 1111 | 1101100 | 1000000 | 111001 |
Color Harmonies of #67D84B
Complementary color
Monochromatic Colors of #67D84B
Black with #67D84B
Text Example
Text Example
White with #67D84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D84B; }
p { color: rgb(103,216,75); }
H1.HeaderClassName
{
color: #67D84B;
}
.AnyTagClassName
{
color: #67D84B;
}
</style>
background-color css
<style>
a { background-color: #67D84B; }
a { background-color: rgb(103,216,75); }
div.DivClassName
{
background-color: #67D84B;
}
.BgClassName
{
background-color: #67D84B;
}
</style>
border-color css
<style>
span { border-color: #67D84B; }
span { border-color: rgb(103,216,75); }
td.TdClassName
{
border-color: #67D84B;
}
.TagClassName
{
border-color: #67D84B;
}
</style>