Shades of Pastel Green #74E37C
Tints of Pastel Green #74E37C
RGB
CMYK
RGB Variations
Color information
#74E37C (or 0x74E37C) is known color: Pastel Green. HEX triplet: 74, E3 and 7C. RGB value is (116,227,124). Sum of RGB (Red+Green+Blue) = 116+227+124=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #74E37C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74E37C is #8B1C83. Grayscale: #B6B6B6. Windows color (decimal): -9116804 or 8184692. OLE color: 8184692.
HSL color Cylindrical-coordinate representation of color #74E37C: hue angle of 124.32º degrees, saturation: 0.66, 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 #74E37C is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 227 | 124 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.11 |
| HSL | 124.32º | 0.66% | 0.67% | - |
| HSV(B) | 124.32º | 0.49% | 0.89% | - |
| XYZ | 38.31 | 60.11 | 28.65 | - |
| YUV | 182.07 | 95.23 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 227 | 124 | 0.49 | 0 | 0.45 | 0.11 | 124.32 | 0.66 | 0.67 |
| Hex | 74 | E3 | 7C | 31 | 0 | 2D | B | 7C | 42 | 43 |
| Octal | 164 | 343 | 174 | 61 | 0 | 55 | 13 | 174 | 102 | 103 |
| Binary | 1110100 | 11100011 | 1111100 | 110001 | 0 | 101101 | 1011 | 1111100 | 1000010 | 1000011 |
Color Harmonies of #74E37C
Complementary color
Monochromatic Colors of #74E37C
Black with #74E37C
Text Example
Text Example
White with #74E37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E37C; }
p { color: rgb(116,227,124); }
H1.HeaderClassName
{
color: #74E37C;
}
.AnyTagClassName
{
color: #74E37C;
}
</style>
background-color css
<style>
a { background-color: #74E37C; }
a { background-color: rgb(116,227,124); }
div.DivClassName
{
background-color: #74E37C;
}
.BgClassName
{
background-color: #74E37C;
}
</style>
border-color css
<style>
span { border-color: #74E37C; }
span { border-color: rgb(116,227,124); }
td.TdClassName
{
border-color: #74E37C;
}
.TagClassName
{
border-color: #74E37C;
}
</style>