Shades of Pastel Green #74E15D
Tints of Pastel Green #74E15D
RGB
CMYK
RGB Variations
Color information
#74E15D (or 0x74E15D) is known color: Pastel Green. HEX triplet: 74, E1 and 5D. RGB value is (116,225,93). Sum of RGB (Red+Green+Blue) = 116+225+93=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 225 (88.28% from 255 or 51.84% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 225 - color contains mainly: green. Hex color #74E15D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74E15D is #8B1EA2. Grayscale: #B1B1B1. Windows color (decimal): -9117347 or 6152564. OLE color: 6152564.
HSL color Cylindrical-coordinate representation of color #74E15D: hue angle of 109.55º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74E15D is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 225 | 93 | - |
| CMYK | 0.48 | 0 | 0.59 | 0.12 |
| HSL | 109.55º | 0.69% | 0.62% | - |
| HSV(B) | 109.55º | 0.59% | 0.88% | - |
| XYZ | 36.1 | 58.35 | 19.72 | - |
| YUV | 177.36 | 80.39 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 225 | 93 | 0.48 | 0 | 0.59 | 0.12 | 109.55 | 0.69 | 0.62 |
| Hex | 74 | E1 | 5D | 30 | 0 | 3B | C | 6E | 45 | 3E |
| Octal | 164 | 341 | 135 | 60 | 0 | 73 | 14 | 156 | 105 | 76 |
| Binary | 1110100 | 11100001 | 1011101 | 110000 | 0 | 111011 | 1100 | 1101110 | 1000101 | 111110 |
Color Harmonies of #74E15D
Complementary color
Monochromatic Colors of #74E15D
Black with #74E15D
Text Example
Text Example
White with #74E15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E15D; }
p { color: rgb(116,225,93); }
H1.HeaderClassName
{
color: #74E15D;
}
.AnyTagClassName
{
color: #74E15D;
}
</style>
background-color css
<style>
a { background-color: #74E15D; }
a { background-color: rgb(116,225,93); }
div.DivClassName
{
background-color: #74E15D;
}
.BgClassName
{
background-color: #74E15D;
}
</style>
border-color css
<style>
span { border-color: #74E15D; }
span { border-color: rgb(116,225,93); }
td.TdClassName
{
border-color: #74E15D;
}
.TagClassName
{
border-color: #74E15D;
}
</style>