Shades of Pastel Green #74D47B
Tints of Pastel Green #74D47B
RGB
CMYK
RGB Variations
Color information
#74D47B (or 0x74D47B) is known color: Pastel Green. HEX triplet: 74, D4 and 7B. RGB value is (116,212,123). Sum of RGB (Red+Green+Blue) = 116+212+123=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 212 - color contains mainly: green. Hex color #74D47B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D47B is #8B2B84. Grayscale: #ADADAD. Windows color (decimal): -9120645 or 8115316. OLE color: 8115316.
HSL color Cylindrical-coordinate representation of color #74D47B: hue angle of 124.38º 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 #74D47B is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 212 | 123 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.17 |
| HSL | 124.38º | 0.53% | 0.64% | - |
| HSV(B) | 124.38º | 0.45% | 0.83% | - |
| XYZ | 34.32 | 52.23 | 27.01 | - |
| YUV | 173.15 | 99.7 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 212 | 123 | 0.45 | 0 | 0.42 | 0.17 | 124.38 | 0.53 | 0.64 |
| Hex | 74 | D4 | 7B | 2D | 0 | 2A | 11 | 7C | 35 | 40 |
| Octal | 164 | 324 | 173 | 55 | 0 | 52 | 21 | 174 | 65 | 100 |
| Binary | 1110100 | 11010100 | 1111011 | 101101 | 0 | 101010 | 10001 | 1111100 | 110101 | 1000000 |
Color Harmonies of #74D47B
Complementary color
Monochromatic Colors of #74D47B
Black with #74D47B
Text Example
Text Example
White with #74D47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D47B; }
p { color: rgb(116,212,123); }
H1.HeaderClassName
{
color: #74D47B;
}
.AnyTagClassName
{
color: #74D47B;
}
</style>
background-color css
<style>
a { background-color: #74D47B; }
a { background-color: rgb(116,212,123); }
div.DivClassName
{
background-color: #74D47B;
}
.BgClassName
{
background-color: #74D47B;
}
</style>
border-color css
<style>
span { border-color: #74D47B; }
span { border-color: rgb(116,212,123); }
td.TdClassName
{
border-color: #74D47B;
}
.TagClassName
{
border-color: #74D47B;
}
</style>