Shades of Pastel Green #74E374
Tints of Pastel Green #74E374
RGB
CMYK
RGB Variations
Color information
#74E374 (or 0x74E374) is known color: Pastel Green. HEX triplet: 74, E3 and 74. RGB value is (116,227,116). Sum of RGB (Red+Green+Blue) = 116+227+116=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 227 (89.06% from 255 or 49.46% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 227 - color contains mainly: green. Hex color #74E374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74E374 is #8B1C8B. Grayscale: #B5B5B5. Windows color (decimal): -9116812 or 7660404. OLE color: 7660404.
HSL color Cylindrical-coordinate representation of color #74E374: hue angle of 120º 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 #74E374 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 227 | 116 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.11 |
| HSL | 120º | 0.66% | 0.67% | - |
| HSV(B) | 120º | 0.49% | 0.89% | - |
| XYZ | 37.82 | 59.91 | 26.09 | - |
| YUV | 181.16 | 91.23 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 227 | 116 | 0.49 | 0 | 0.49 | 0.11 | 120 | 0.66 | 0.67 |
| Hex | 74 | E3 | 74 | 31 | 0 | 31 | B | 78 | 42 | 43 |
| Octal | 164 | 343 | 164 | 61 | 0 | 61 | 13 | 170 | 102 | 103 |
| Binary | 1110100 | 11100011 | 1110100 | 110001 | 0 | 110001 | 1011 | 1111000 | 1000010 | 1000011 |
Color Harmonies of #74E374
Complementary color
Monochromatic Colors of #74E374
Black with #74E374
Text Example
Text Example
White with #74E374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E374; }
p { color: rgb(116,227,116); }
H1.HeaderClassName
{
color: #74E374;
}
.AnyTagClassName
{
color: #74E374;
}
</style>
background-color css
<style>
a { background-color: #74E374; }
a { background-color: rgb(116,227,116); }
div.DivClassName
{
background-color: #74E374;
}
.BgClassName
{
background-color: #74E374;
}
</style>
border-color css
<style>
span { border-color: #74E374; }
span { border-color: rgb(116,227,116); }
td.TdClassName
{
border-color: #74E374;
}
.TagClassName
{
border-color: #74E374;
}
</style>