Shades of Pastel Green #74E486
Tints of Pastel Green #74E486
RGB
CMYK
RGB Variations
Color information
#74E486 (or 0x74E486) is known color: Pastel Green. HEX triplet: 74, E4 and 86. RGB value is (116,228,134). Sum of RGB (Red+Green+Blue) = 116+228+134=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 228 - color contains mainly: green. Hex color #74E486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E486 is #8B1B79. Grayscale: #B8B8B8. Windows color (decimal): -9116538 or 8840308. OLE color: 8840308.
HSL color Cylindrical-coordinate representation of color #74E486: hue angle of 129.64º 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 #74E486 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 228 | 134 | - |
| CMYK | 0.49 | 0 | 0.41 | 0.11 |
| HSL | 129.64º | 0.67% | 0.67% | - |
| HSV(B) | 129.64º | 0.49% | 0.89% | - |
| XYZ | 39.25 | 60.92 | 32.24 | - |
| YUV | 183.8 | 99.89 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 228 | 134 | 0.49 | 0 | 0.41 | 0.11 | 129.64 | 0.67 | 0.67 |
| Hex | 74 | E4 | 86 | 31 | 0 | 29 | B | 82 | 43 | 43 |
| Octal | 164 | 344 | 206 | 61 | 0 | 51 | 13 | 202 | 103 | 103 |
| Binary | 1110100 | 11100100 | 10000110 | 110001 | 0 | 101001 | 1011 | 10000010 | 1000011 | 1000011 |
Color Harmonies of #74E486
Complementary color
Monochromatic Colors of #74E486
Black with #74E486
Text Example
Text Example
White with #74E486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E486; }
p { color: rgb(116,228,134); }
H1.HeaderClassName
{
color: #74E486;
}
.AnyTagClassName
{
color: #74E486;
}
</style>
background-color css
<style>
a { background-color: #74E486; }
a { background-color: rgb(116,228,134); }
div.DivClassName
{
background-color: #74E486;
}
.BgClassName
{
background-color: #74E486;
}
</style>
border-color css
<style>
span { border-color: #74E486; }
span { border-color: rgb(116,228,134); }
td.TdClassName
{
border-color: #74E486;
}
.TagClassName
{
border-color: #74E486;
}
</style>