Shades of Apple #67E241
Tints of Apple #67E241
RGB
CMYK
RGB Variations
Color information
#67E241 (or 0x67E241) is known color: Apple. HEX triplet: 67, E2 and 41. RGB value is (103,226,65). Sum of RGB (Red+Green+Blue) = 103+226+65=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 226 (88.67% from 255 or 57.36% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 226 - color contains mainly: green. Hex color #67E241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67E241 is #981DBE. Grayscale: #ABABAB. Windows color (decimal): -9969087 or 4317799. OLE color: 4317799.
HSL color Cylindrical-coordinate representation of color #67E241: hue angle of 105.84º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #67E241 is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 103 | 226 | 65 | - |
| CMYK | 0.54 | 0 | 0.71 | 0.11 |
| HSL | 105.84º | 0.74% | 0.57% | - |
| HSV(B) | 105.84º | 0.71% | 0.89% | - |
| XYZ | 33.74 | 57.66 | 14.35 | - |
| YUV | 170.87 | 68.25 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 226 | 65 | 0.54 | 0 | 0.71 | 0.11 | 105.84 | 0.74 | 0.57 |
| Hex | 67 | E2 | 41 | 36 | 0 | 47 | B | 6A | 4A | 39 |
| Octal | 147 | 342 | 101 | 66 | 0 | 107 | 13 | 152 | 112 | 71 |
| Binary | 1100111 | 11100010 | 1000001 | 110110 | 0 | 1000111 | 1011 | 1101010 | 1001010 | 111001 |
Color Harmonies of #67E241
Complementary color
Monochromatic Colors of #67E241
Black with #67E241
Text Example
Text Example
White with #67E241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67E241; }
p { color: rgb(103,226,65); }
H1.HeaderClassName
{
color: #67E241;
}
.AnyTagClassName
{
color: #67E241;
}
</style>
background-color css
<style>
a { background-color: #67E241; }
a { background-color: rgb(103,226,65); }
div.DivClassName
{
background-color: #67E241;
}
.BgClassName
{
background-color: #67E241;
}
</style>
border-color css
<style>
span { border-color: #67E241; }
span { border-color: rgb(103,226,65); }
td.TdClassName
{
border-color: #67E241;
}
.TagClassName
{
border-color: #67E241;
}
</style>