Shades of Pastel Green #74E888
Tints of Pastel Green #74E888
RGB
CMYK
RGB Variations
Color information
#74E888 (or 0x74E888) is known color: Pastel Green. HEX triplet: 74, E8 and 88. RGB value is (116,232,136). Sum of RGB (Red+Green+Blue) = 116+232+136=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 232 (91.02% from 255 or 47.93% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 232 - color contains mainly: green. Hex color #74E888 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74E888 is #8B1777. Grayscale: #BABABA. Windows color (decimal): -9115512 or 8972404. OLE color: 8972404.
HSL color Cylindrical-coordinate representation of color #74E888: hue angle of 130.34º degrees, saturation: 0.72, 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 #74E888 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 232 | 136 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.09 |
| HSL | 130.34º | 0.72% | 0.68% | - |
| HSV(B) | 130.34º | 0.5% | 0.91% | - |
| XYZ | 40.5 | 63.2 | 33.36 | - |
| YUV | 186.37 | 99.57 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 232 | 136 | 0.50 | 0 | 0.41 | 0.09 | 130.34 | 0.72 | 0.68 |
| Hex | 74 | E8 | 88 | 32 | 0 | 29 | 9 | 82 | 48 | 44 |
| Octal | 164 | 350 | 210 | 62 | 0 | 51 | 11 | 202 | 110 | 104 |
| Binary | 1110100 | 11101000 | 10001000 | 110010 | 0 | 101001 | 1001 | 10000010 | 1001000 | 1000100 |
Color Harmonies of #74E888
Complementary color
Monochromatic Colors of #74E888
Black with #74E888
Text Example
Text Example
White with #74E888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E888; }
p { color: rgb(116,232,136); }
H1.HeaderClassName
{
color: #74E888;
}
.AnyTagClassName
{
color: #74E888;
}
</style>
background-color css
<style>
a { background-color: #74E888; }
a { background-color: rgb(116,232,136); }
div.DivClassName
{
background-color: #74E888;
}
.BgClassName
{
background-color: #74E888;
}
</style>
border-color css
<style>
span { border-color: #74E888; }
span { border-color: rgb(116,232,136); }
td.TdClassName
{
border-color: #74E888;
}
.TagClassName
{
border-color: #74E888;
}
</style>