Shades of Apple #67DC3E
Tints of Apple #67DC3E
RGB
CMYK
RGB Variations
Color information
#67DC3E (or 0x67DC3E) is known color: Apple. HEX triplet: 67, DC and 3E. RGB value is (103,220,62). Sum of RGB (Red+Green+Blue) = 103+220+62=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #67DC3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67DC3E is #9823C1. Grayscale: #A7A7A7. Windows color (decimal): -9970626 or 4119655. OLE color: 4119655.
HSL color Cylindrical-coordinate representation of color #67DC3E: hue angle of 104.43º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #67DC3E is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 220 | 62 | - |
| CMYK | 0.53 | 0 | 0.72 | 0.14 |
| HSL | 104.43º | 0.69% | 0.55% | - |
| HSV(B) | 104.43º | 0.72% | 0.86% | - |
| XYZ | 32.06 | 54.42 | 13.37 | - |
| YUV | 167.01 | 68.74 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 220 | 62 | 0.53 | 0 | 0.72 | 0.14 | 104.43 | 0.69 | 0.55 |
| Hex | 67 | DC | 3E | 35 | 0 | 48 | E | 68 | 45 | 37 |
| Octal | 147 | 334 | 76 | 65 | 0 | 110 | 16 | 150 | 105 | 67 |
| Binary | 1100111 | 11011100 | 111110 | 110101 | 0 | 1001000 | 1110 | 1101000 | 1000101 | 110111 |
Color Harmonies of #67DC3E
Complementary color
Monochromatic Colors of #67DC3E
Black with #67DC3E
Text Example
Text Example
White with #67DC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DC3E; }
p { color: rgb(103,220,62); }
H1.HeaderClassName
{
color: #67DC3E;
}
.AnyTagClassName
{
color: #67DC3E;
}
</style>
background-color css
<style>
a { background-color: #67DC3E; }
a { background-color: rgb(103,220,62); }
div.DivClassName
{
background-color: #67DC3E;
}
.BgClassName
{
background-color: #67DC3E;
}
</style>
border-color css
<style>
span { border-color: #67DC3E; }
span { border-color: rgb(103,220,62); }
td.TdClassName
{
border-color: #67DC3E;
}
.TagClassName
{
border-color: #67DC3E;
}
</style>