Shades of Pastel Green #74DC5E
Tints of Pastel Green #74DC5E
RGB
CMYK
RGB Variations
Color information
#74DC5E (or 0x74DC5E) is known color: Pastel Green. HEX triplet: 74, DC and 5E. RGB value is (116,220,94). Sum of RGB (Red+Green+Blue) = 116+220+94=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DC5E is #8B23A1. Grayscale: #AEAEAE. Windows color (decimal): -9118626 or 6216820. OLE color: 6216820.
HSL color Cylindrical-coordinate representation of color #74DC5E: hue angle of 109.52º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74DC5E is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 94 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.14 |
| HSL | 109.52º | 0.64% | 0.62% | - |
| HSV(B) | 109.52º | 0.57% | 0.86% | - |
| XYZ | 34.82 | 55.71 | 19.51 | - |
| YUV | 174.54 | 82.54 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 94 | 0.47 | 0 | 0.57 | 0.14 | 109.52 | 0.64 | 0.62 |
| Hex | 74 | DC | 5E | 2F | 0 | 39 | E | 6E | 40 | 3E |
| Octal | 164 | 334 | 136 | 57 | 0 | 71 | 16 | 156 | 100 | 76 |
| Binary | 1110100 | 11011100 | 1011110 | 101111 | 0 | 111001 | 1110 | 1101110 | 1000000 | 111110 |
Color Harmonies of #74DC5E
Complementary color
Monochromatic Colors of #74DC5E
Black with #74DC5E
Text Example
Text Example
White with #74DC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DC5E; }
p { color: rgb(116,220,94); }
H1.HeaderClassName
{
color: #74DC5E;
}
.AnyTagClassName
{
color: #74DC5E;
}
</style>
background-color css
<style>
a { background-color: #74DC5E; }
a { background-color: rgb(116,220,94); }
div.DivClassName
{
background-color: #74DC5E;
}
.BgClassName
{
background-color: #74DC5E;
}
</style>
border-color css
<style>
span { border-color: #74DC5E; }
span { border-color: rgb(116,220,94); }
td.TdClassName
{
border-color: #74DC5E;
}
.TagClassName
{
border-color: #74DC5E;
}
</style>