Shades of Pastel Green #74E778
Tints of Pastel Green #74E778
RGB
CMYK
RGB Variations
Color information
#74E778 (or 0x74E778) is known color: Pastel Green. HEX triplet: 74, E7 and 78. RGB value is (116,231,120). Sum of RGB (Red+Green+Blue) = 116+231+120=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 231 (90.62% from 255 or 49.46% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 231 - color contains mainly: green. Hex color #74E778 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74E778 is #8B1887. Grayscale: #B8B8B8. Windows color (decimal): -9115784 or 7923572. OLE color: 7923572.
HSL color Cylindrical-coordinate representation of color #74E778: hue angle of 122.09º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E778 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 231 | 120 | - |
| CMYK | 0.50 | 0 | 0.48 | 0.09 |
| HSL | 122.09º | 0.71% | 0.68% | - |
| HSV(B) | 122.09º | 0.5% | 0.91% | - |
| XYZ | 39.17 | 62.22 | 27.71 | - |
| YUV | 183.96 | 91.9 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 231 | 120 | 0.50 | 0 | 0.48 | 0.09 | 122.09 | 0.71 | 0.68 |
| Hex | 74 | E7 | 78 | 32 | 0 | 30 | 9 | 7A | 47 | 44 |
| Octal | 164 | 347 | 170 | 62 | 0 | 60 | 11 | 172 | 107 | 104 |
| Binary | 1110100 | 11100111 | 1111000 | 110010 | 0 | 110000 | 1001 | 1111010 | 1000111 | 1000100 |
Color Harmonies of #74E778
Complementary color
Monochromatic Colors of #74E778
Black with #74E778
Text Example
Text Example
White with #74E778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E778; }
p { color: rgb(116,231,120); }
H1.HeaderClassName
{
color: #74E778;
}
.AnyTagClassName
{
color: #74E778;
}
</style>
background-color css
<style>
a { background-color: #74E778; }
a { background-color: rgb(116,231,120); }
div.DivClassName
{
background-color: #74E778;
}
.BgClassName
{
background-color: #74E778;
}
</style>
border-color css
<style>
span { border-color: #74E778; }
span { border-color: rgb(116,231,120); }
td.TdClassName
{
border-color: #74E778;
}
.TagClassName
{
border-color: #74E778;
}
</style>