Shades of Pastel Green #74D67C
Tints of Pastel Green #74D67C
RGB
CMYK
RGB Variations
Color information
#74D67C (or 0x74D67C) is known color: Pastel Green. HEX triplet: 74, D6 and 7C. RGB value is (116,214,124). Sum of RGB (Red+Green+Blue) = 116+214+124=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #74D67C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D67C is #8B2983. Grayscale: #AEAEAE. Windows color (decimal): -9120132 or 8181364. OLE color: 8181364.
HSL color Cylindrical-coordinate representation of color #74D67C: hue angle of 124.9º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D67C is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 124 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.16 |
| HSL | 124.9º | 0.54% | 0.65% | - |
| HSV(B) | 124.9º | 0.46% | 0.84% | - |
| XYZ | 34.89 | 53.26 | 27.51 | - |
| YUV | 174.44 | 99.53 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 124 | 0.46 | 0 | 0.42 | 0.16 | 124.9 | 0.54 | 0.65 |
| Hex | 74 | D6 | 7C | 2E | 0 | 2A | 10 | 7D | 36 | 41 |
| Octal | 164 | 326 | 174 | 56 | 0 | 52 | 20 | 175 | 66 | 101 |
| Binary | 1110100 | 11010110 | 1111100 | 101110 | 0 | 101010 | 10000 | 1111101 | 110110 | 1000001 |
Color Harmonies of #74D67C
Complementary color
Monochromatic Colors of #74D67C
Black with #74D67C
Text Example
Text Example
White with #74D67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D67C; }
p { color: rgb(116,214,124); }
H1.HeaderClassName
{
color: #74D67C;
}
.AnyTagClassName
{
color: #74D67C;
}
</style>
background-color css
<style>
a { background-color: #74D67C; }
a { background-color: rgb(116,214,124); }
div.DivClassName
{
background-color: #74D67C;
}
.BgClassName
{
background-color: #74D67C;
}
</style>
border-color css
<style>
span { border-color: #74D67C; }
span { border-color: rgb(116,214,124); }
td.TdClassName
{
border-color: #74D67C;
}
.TagClassName
{
border-color: #74D67C;
}
</style>