Shades of Pastel Green #74D47F
Tints of Pastel Green #74D47F
RGB
CMYK
RGB Variations
Color information
#74D47F (or 0x74D47F) is known color: Pastel Green. HEX triplet: 74, D4 and 7F. RGB value is (116,212,127). Sum of RGB (Red+Green+Blue) = 116+212+127=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 212 - color contains mainly: green. Hex color #74D47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D47F is #8B2B80. Grayscale: #ADADAD. Windows color (decimal): -9120641 or 8377460. OLE color: 8377460.
HSL color Cylindrical-coordinate representation of color #74D47F: hue angle of 126.87º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D47F is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 212 | 127 | - |
| CMYK | 0.45 | 0 | 0.40 | 0.17 |
| HSL | 126.88º | 0.53% | 0.64% | - |
| HSV(B) | 126.88º | 0.45% | 0.83% | - |
| XYZ | 34.58 | 52.33 | 28.36 | - |
| YUV | 173.61 | 101.7 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 212 | 127 | 0.45 | 0 | 0.40 | 0.17 | 126.88 | 0.53 | 0.64 |
| Hex | 74 | D4 | 7F | 2D | 0 | 28 | 11 | 7F | 35 | 40 |
| Octal | 164 | 324 | 177 | 55 | 0 | 50 | 21 | 177 | 65 | 100 |
| Binary | 1110100 | 11010100 | 1111111 | 101101 | 0 | 101000 | 10001 | 1111111 | 110101 | 1000000 |
Color Harmonies of #74D47F
Complementary color
Monochromatic Colors of #74D47F
Black with #74D47F
Text Example
Text Example
White with #74D47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D47F; }
p { color: rgb(116,212,127); }
H1.HeaderClassName
{
color: #74D47F;
}
.AnyTagClassName
{
color: #74D47F;
}
</style>
background-color css
<style>
a { background-color: #74D47F; }
a { background-color: rgb(116,212,127); }
div.DivClassName
{
background-color: #74D47F;
}
.BgClassName
{
background-color: #74D47F;
}
</style>
border-color css
<style>
span { border-color: #74D47F; }
span { border-color: rgb(116,212,127); }
td.TdClassName
{
border-color: #74D47F;
}
.TagClassName
{
border-color: #74D47F;
}
</style>