Shades of Pastel Green #74E27C
Tints of Pastel Green #74E27C
RGB
CMYK
RGB Variations
Color information
#74E27C (or 0x74E27C) is known color: Pastel Green. HEX triplet: 74, E2 and 7C. RGB value is (116,226,124). Sum of RGB (Red+Green+Blue) = 116+226+124=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #74E27C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74E27C is #8B1D83. Grayscale: #B5B5B5. Windows color (decimal): -9117060 or 8184436. OLE color: 8184436.
HSL color Cylindrical-coordinate representation of color #74E27C: hue angle of 124.36º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E27C is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 226 | 124 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.11 |
| HSL | 124.36º | 0.65% | 0.67% | - |
| HSV(B) | 124.36º | 0.49% | 0.89% | - |
| XYZ | 38.04 | 59.56 | 28.56 | - |
| YUV | 181.48 | 95.56 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 226 | 124 | 0.49 | 0 | 0.45 | 0.11 | 124.36 | 0.65 | 0.67 |
| Hex | 74 | E2 | 7C | 31 | 0 | 2D | B | 7C | 41 | 43 |
| Octal | 164 | 342 | 174 | 61 | 0 | 55 | 13 | 174 | 101 | 103 |
| Binary | 1110100 | 11100010 | 1111100 | 110001 | 0 | 101101 | 1011 | 1111100 | 1000001 | 1000011 |
Color Harmonies of #74E27C
Complementary color
Monochromatic Colors of #74E27C
Black with #74E27C
Text Example
Text Example
White with #74E27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E27C; }
p { color: rgb(116,226,124); }
H1.HeaderClassName
{
color: #74E27C;
}
.AnyTagClassName
{
color: #74E27C;
}
</style>
background-color css
<style>
a { background-color: #74E27C; }
a { background-color: rgb(116,226,124); }
div.DivClassName
{
background-color: #74E27C;
}
.BgClassName
{
background-color: #74E27C;
}
</style>
border-color css
<style>
span { border-color: #74E27C; }
span { border-color: rgb(116,226,124); }
td.TdClassName
{
border-color: #74E27C;
}
.TagClassName
{
border-color: #74E27C;
}
</style>