Shades of Apple #67D54F
Tints of Apple #67D54F
RGB
CMYK
RGB Variations
Color information
#67D54F (or 0x67D54F) is known color: Apple. HEX triplet: 67, D5 and 4F. RGB value is (103,213,79). Sum of RGB (Red+Green+Blue) = 103+213+79=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 213 (83.59% from 255 or 53.92% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 213 - color contains mainly: green. Hex color #67D54F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67D54F is #982AB0. Grayscale: #A5A5A5. Windows color (decimal): -9972401 or 5231975. OLE color: 5231975.
HSL color Cylindrical-coordinate representation of color #67D54F: hue angle of 109.25º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #67D54F is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 213 | 79 | - |
| CMYK | 0.52 | 0 | 0.63 | 0.16 |
| HSL | 109.25º | 0.61% | 0.57% | - |
| HSV(B) | 109.25º | 0.63% | 0.84% | - |
| XYZ | 30.8 | 51.04 | 15.62 | - |
| YUV | 164.83 | 79.56 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 213 | 79 | 0.52 | 0 | 0.63 | 0.16 | 109.25 | 0.61 | 0.57 |
| Hex | 67 | D5 | 4F | 34 | 0 | 3F | 10 | 6D | 3D | 39 |
| Octal | 147 | 325 | 117 | 64 | 0 | 77 | 20 | 155 | 75 | 71 |
| Binary | 1100111 | 11010101 | 1001111 | 110100 | 0 | 111111 | 10000 | 1101101 | 111101 | 111001 |
Color Harmonies of #67D54F
Complementary color
Monochromatic Colors of #67D54F
Black with #67D54F
Text Example
Text Example
White with #67D54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D54F; }
p { color: rgb(103,213,79); }
H1.HeaderClassName
{
color: #67D54F;
}
.AnyTagClassName
{
color: #67D54F;
}
</style>
background-color css
<style>
a { background-color: #67D54F; }
a { background-color: rgb(103,213,79); }
div.DivClassName
{
background-color: #67D54F;
}
.BgClassName
{
background-color: #67D54F;
}
</style>
border-color css
<style>
span { border-color: #67D54F; }
span { border-color: rgb(103,213,79); }
td.TdClassName
{
border-color: #67D54F;
}
.TagClassName
{
border-color: #67D54F;
}
</style>