Shades of Pastel Green #74E788
Tints of Pastel Green #74E788
RGB
CMYK
RGB Variations
Color information
#74E788 (or 0x74E788) is known color: Pastel Green. HEX triplet: 74, E7 and 88. RGB value is (116,231,136). Sum of RGB (Red+Green+Blue) = 116+231+136=483 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.02% from 483); Green value is 231 (90.62% from 255 or 47.83% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 231 - color contains mainly: green. Hex color #74E788 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74E788 is #8B1877. Grayscale: #BABABA. Windows color (decimal): -9115768 or 8972148. OLE color: 8972148.
HSL color Cylindrical-coordinate representation of color #74E788: hue angle of 130.43º 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 #74E788 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 231 | 136 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.09 |
| HSL | 130.43º | 0.71% | 0.68% | - |
| HSV(B) | 130.43º | 0.5% | 0.91% | - |
| XYZ | 40.22 | 62.64 | 33.26 | - |
| YUV | 185.79 | 99.9 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 231 | 136 | 0.50 | 0 | 0.41 | 0.09 | 130.43 | 0.71 | 0.68 |
| Hex | 74 | E7 | 88 | 32 | 0 | 29 | 9 | 82 | 47 | 44 |
| Octal | 164 | 347 | 210 | 62 | 0 | 51 | 11 | 202 | 107 | 104 |
| Binary | 1110100 | 11100111 | 10001000 | 110010 | 0 | 101001 | 1001 | 10000010 | 1000111 | 1000100 |
Color Harmonies of #74E788
Complementary color
Monochromatic Colors of #74E788
Black with #74E788
Text Example
Text Example
White with #74E788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E788; }
p { color: rgb(116,231,136); }
H1.HeaderClassName
{
color: #74E788;
}
.AnyTagClassName
{
color: #74E788;
}
</style>
background-color css
<style>
a { background-color: #74E788; }
a { background-color: rgb(116,231,136); }
div.DivClassName
{
background-color: #74E788;
}
.BgClassName
{
background-color: #74E788;
}
</style>
border-color css
<style>
span { border-color: #74E788; }
span { border-color: rgb(116,231,136); }
td.TdClassName
{
border-color: #74E788;
}
.TagClassName
{
border-color: #74E788;
}
</style>