Shades of Apple #67BC3D
Tints of Apple #67BC3D
RGB
CMYK
RGB Variations
Color information
#67BC3D (or 0x67BC3D) is known color: Apple. HEX triplet: 67, BC and 3D. RGB value is (103,188,61). Sum of RGB (Red+Green+Blue) = 103+188+61=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #67BC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67BC3D is #9843C2. Grayscale: #949494. Windows color (decimal): -9978819 or 4045927. OLE color: 4045927.
HSL color Cylindrical-coordinate representation of color #67BC3D: hue angle of 100.16º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #67BC3D is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 188 | 61 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.26 |
| HSL | 100.16º | 0.51% | 0.49% | - |
| HSV(B) | 100.16º | 0.68% | 0.74% | - |
| XYZ | 24.42 | 39.19 | 10.69 | - |
| YUV | 148.11 | 78.84 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 188 | 61 | 0.45 | 0 | 0.68 | 0.26 | 100.16 | 0.51 | 0.49 |
| Hex | 67 | BC | 3D | 2D | 0 | 44 | 1A | 64 | 33 | 31 |
| Octal | 147 | 274 | 75 | 55 | 0 | 104 | 32 | 144 | 63 | 61 |
| Binary | 1100111 | 10111100 | 111101 | 101101 | 0 | 1000100 | 11010 | 1100100 | 110011 | 110001 |
Color Harmonies of #67BC3D
Complementary color
Monochromatic Colors of #67BC3D
Black with #67BC3D
Text Example
Text Example
White with #67BC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BC3D; }
p { color: rgb(103,188,61); }
H1.HeaderClassName
{
color: #67BC3D;
}
.AnyTagClassName
{
color: #67BC3D;
}
</style>
background-color css
<style>
a { background-color: #67BC3D; }
a { background-color: rgb(103,188,61); }
div.DivClassName
{
background-color: #67BC3D;
}
.BgClassName
{
background-color: #67BC3D;
}
</style>
border-color css
<style>
span { border-color: #67BC3D; }
span { border-color: rgb(103,188,61); }
td.TdClassName
{
border-color: #67BC3D;
}
.TagClassName
{
border-color: #67BC3D;
}
</style>