Shades of Apple #67C241
Tints of Apple #67C241
RGB
CMYK
RGB Variations
Color information
#67C241 (or 0x67C241) is known color: Apple. HEX triplet: 67, C2 and 41. RGB value is (103,194,65). Sum of RGB (Red+Green+Blue) = 103+194+65=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 194 (76.17% from 255 or 53.59% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 194 - color contains mainly: green. Hex color #67C241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67C241 is #983DBE. Grayscale: #989898. Windows color (decimal): -9977279 or 4309607. OLE color: 4309607.
HSL color Cylindrical-coordinate representation of color #67C241: hue angle of 102.33º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #67C241 is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 194 | 65 | - |
| CMYK | 0.47 | 0 | 0.66 | 0.24 |
| HSL | 102.33º | 0.51% | 0.51% | - |
| HSV(B) | 102.33º | 0.66% | 0.76% | - |
| XYZ | 25.84 | 41.85 | 11.72 | - |
| YUV | 152.09 | 78.85 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 194 | 65 | 0.47 | 0 | 0.66 | 0.24 | 102.33 | 0.51 | 0.51 |
| Hex | 67 | C2 | 41 | 2F | 0 | 42 | 18 | 66 | 33 | 33 |
| Octal | 147 | 302 | 101 | 57 | 0 | 102 | 30 | 146 | 63 | 63 |
| Binary | 1100111 | 11000010 | 1000001 | 101111 | 0 | 1000010 | 11000 | 1100110 | 110011 | 110011 |
Color Harmonies of #67C241
Complementary color
Monochromatic Colors of #67C241
Black with #67C241
Text Example
Text Example
White with #67C241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C241; }
p { color: rgb(103,194,65); }
H1.HeaderClassName
{
color: #67C241;
}
.AnyTagClassName
{
color: #67C241;
}
</style>
background-color css
<style>
a { background-color: #67C241; }
a { background-color: rgb(103,194,65); }
div.DivClassName
{
background-color: #67C241;
}
.BgClassName
{
background-color: #67C241;
}
</style>
border-color css
<style>
span { border-color: #67C241; }
span { border-color: rgb(103,194,65); }
td.TdClassName
{
border-color: #67C241;
}
.TagClassName
{
border-color: #67C241;
}
</style>