Shades of Apple #74BF3D
Tints of Apple #74BF3D
RGB
CMYK
RGB Variations
Color information
#74BF3D (or 0x74BF3D) is known color: Apple. HEX triplet: 74, BF and 3D. RGB value is (116,191,61). Sum of RGB (Red+Green+Blue) = 116+191+61=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 191 (75% from 255 or 51.90% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BF3D is #8B40C2. Grayscale: #9A9A9A. Windows color (decimal): -9126083 or 4046708. OLE color: 4046708.
HSL color Cylindrical-coordinate representation of color #74BF3D: hue angle of 94.62º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74BF3D is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 61 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.25 |
| HSL | 94.62º | 0.52% | 0.49% | - |
| HSV(B) | 94.62º | 0.68% | 0.75% | - |
| XYZ | 26.68 | 41.31 | 10.98 | - |
| YUV | 153.76 | 75.65 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 61 | 0.39 | 0 | 0.68 | 0.25 | 94.62 | 0.52 | 0.49 |
| Hex | 74 | BF | 3D | 27 | 0 | 44 | 19 | 5F | 34 | 31 |
| Octal | 164 | 277 | 75 | 47 | 0 | 104 | 31 | 137 | 64 | 61 |
| Binary | 1110100 | 10111111 | 111101 | 100111 | 0 | 1000100 | 11001 | 1011111 | 110100 | 110001 |
Color Harmonies of #74BF3D
Complementary color
Monochromatic Colors of #74BF3D
Black with #74BF3D
Text Example
Text Example
White with #74BF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF3D; }
p { color: rgb(116,191,61); }
H1.HeaderClassName
{
color: #74BF3D;
}
.AnyTagClassName
{
color: #74BF3D;
}
</style>
background-color css
<style>
a { background-color: #74BF3D; }
a { background-color: rgb(116,191,61); }
div.DivClassName
{
background-color: #74BF3D;
}
.BgClassName
{
background-color: #74BF3D;
}
</style>
border-color css
<style>
span { border-color: #74BF3D; }
span { border-color: rgb(116,191,61); }
td.TdClassName
{
border-color: #74BF3D;
}
.TagClassName
{
border-color: #74BF3D;
}
</style>