Shades of Pastel Green #74E476
Tints of Pastel Green #74E476
RGB
CMYK
RGB Variations
Color information
#74E476 (or 0x74E476) is known color: Pastel Green. HEX triplet: 74, E4 and 76. RGB value is (116,228,118). Sum of RGB (Red+Green+Blue) = 116+228+118=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 228 (89.45% from 255 or 49.35% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 228 - color contains mainly: green. Hex color #74E476 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74E476 is #8B1B89. Grayscale: #B6B6B6. Windows color (decimal): -9116554 or 7791732. OLE color: 7791732.
HSL color Cylindrical-coordinate representation of color #74E476: hue angle of 121.07º degrees, saturation: 0.67, 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 #74E476 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 228 | 118 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.11 |
| HSL | 121.07º | 0.67% | 0.67% | - |
| HSV(B) | 121.07º | 0.49% | 0.89% | - |
| XYZ | 38.22 | 60.51 | 26.8 | - |
| YUV | 181.97 | 91.89 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 228 | 118 | 0.49 | 0 | 0.48 | 0.11 | 121.07 | 0.67 | 0.67 |
| Hex | 74 | E4 | 76 | 31 | 0 | 30 | B | 79 | 43 | 43 |
| Octal | 164 | 344 | 166 | 61 | 0 | 60 | 13 | 171 | 103 | 103 |
| Binary | 1110100 | 11100100 | 1110110 | 110001 | 0 | 110000 | 1011 | 1111001 | 1000011 | 1000011 |
Color Harmonies of #74E476
Complementary color
Monochromatic Colors of #74E476
Black with #74E476
Text Example
Text Example
White with #74E476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E476; }
p { color: rgb(116,228,118); }
H1.HeaderClassName
{
color: #74E476;
}
.AnyTagClassName
{
color: #74E476;
}
</style>
background-color css
<style>
a { background-color: #74E476; }
a { background-color: rgb(116,228,118); }
div.DivClassName
{
background-color: #74E476;
}
.BgClassName
{
background-color: #74E476;
}
</style>
border-color css
<style>
span { border-color: #74E476; }
span { border-color: rgb(116,228,118); }
td.TdClassName
{
border-color: #74E476;
}
.TagClassName
{
border-color: #74E476;
}
</style>