Shades of Apple #74BC3D
Tints of Apple #74BC3D
RGB
CMYK
RGB Variations
Color information
#74BC3D (or 0x74BC3D) is known color: Apple. HEX triplet: 74, BC and 3D. RGB value is (116,188,61). Sum of RGB (Red+Green+Blue) = 116+188+61=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BC3D is #8B43C2. Grayscale: #989898. Windows color (decimal): -9126851 or 4045940. OLE color: 4045940.
HSL color Cylindrical-coordinate representation of color #74BC3D: hue angle of 94.02º 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 #74BC3D is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 61 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.26 |
| HSL | 94.02º | 0.51% | 0.49% | - |
| HSV(B) | 94.02º | 0.68% | 0.74% | - |
| XYZ | 26.03 | 40.02 | 10.77 | - |
| YUV | 151.99 | 76.65 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 61 | 0.38 | 0 | 0.68 | 0.26 | 94.02 | 0.51 | 0.49 |
| Hex | 74 | BC | 3D | 26 | 0 | 44 | 1A | 5E | 33 | 31 |
| Octal | 164 | 274 | 75 | 46 | 0 | 104 | 32 | 136 | 63 | 61 |
| Binary | 1110100 | 10111100 | 111101 | 100110 | 0 | 1000100 | 11010 | 1011110 | 110011 | 110001 |
Color Harmonies of #74BC3D
Complementary color
Monochromatic Colors of #74BC3D
Black with #74BC3D
Text Example
Text Example
White with #74BC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BC3D; }
p { color: rgb(116,188,61); }
H1.HeaderClassName
{
color: #74BC3D;
}
.AnyTagClassName
{
color: #74BC3D;
}
</style>
background-color css
<style>
a { background-color: #74BC3D; }
a { background-color: rgb(116,188,61); }
div.DivClassName
{
background-color: #74BC3D;
}
.BgClassName
{
background-color: #74BC3D;
}
</style>
border-color css
<style>
span { border-color: #74BC3D; }
span { border-color: rgb(116,188,61); }
td.TdClassName
{
border-color: #74BC3D;
}
.TagClassName
{
border-color: #74BC3D;
}
</style>