Shades of Apple #67DC38
Tints of Apple #67DC38
RGB
CMYK
RGB Variations
Color information
#67DC38 (or 0x67DC38) is known color: Apple. HEX triplet: 67, DC and 38. RGB value is (103,220,56). Sum of RGB (Red+Green+Blue) = 103+220+56=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #67DC38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67DC38 is #9823C7. Grayscale: #A6A6A6. Windows color (decimal): -9970632 or 3726439. OLE color: 3726439.
HSL color Cylindrical-coordinate representation of color #67DC38: hue angle of 102.8º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #67DC38 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 220 | 56 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.14 |
| HSL | 102.8º | 0.7% | 0.54% | - |
| HSV(B) | 102.8º | 0.75% | 0.86% | - |
| XYZ | 31.9 | 54.36 | 12.55 | - |
| YUV | 166.32 | 65.74 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 220 | 56 | 0.53 | 0 | 0.75 | 0.14 | 102.8 | 0.7 | 0.54 |
| Hex | 67 | DC | 38 | 35 | 0 | 4B | E | 67 | 46 | 36 |
| Octal | 147 | 334 | 70 | 65 | 0 | 113 | 16 | 147 | 106 | 66 |
| Binary | 1100111 | 11011100 | 111000 | 110101 | 0 | 1001011 | 1110 | 1100111 | 1000110 | 110110 |
Color Harmonies of #67DC38
Complementary color
Monochromatic Colors of #67DC38
Black with #67DC38
Text Example
Text Example
White with #67DC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DC38; }
p { color: rgb(103,220,56); }
H1.HeaderClassName
{
color: #67DC38;
}
.AnyTagClassName
{
color: #67DC38;
}
</style>
background-color css
<style>
a { background-color: #67DC38; }
a { background-color: rgb(103,220,56); }
div.DivClassName
{
background-color: #67DC38;
}
.BgClassName
{
background-color: #67DC38;
}
</style>
border-color css
<style>
span { border-color: #67DC38; }
span { border-color: rgb(103,220,56); }
td.TdClassName
{
border-color: #67DC38;
}
.TagClassName
{
border-color: #67DC38;
}
</style>