Shades of Pastel Green #74E688
Tints of Pastel Green #74E688
RGB
CMYK
RGB Variations
Color information
#74E688 (or 0x74E688) is known color: Pastel Green. HEX triplet: 74, E6 and 88. RGB value is (116,230,136). Sum of RGB (Red+Green+Blue) = 116+230+136=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 230 (90.23% from 255 or 47.72% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 230 - color contains mainly: green. Hex color #74E688 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74E688 is #8B1977. Grayscale: #B9B9B9. Windows color (decimal): -9116024 or 8971892. OLE color: 8971892.
HSL color Cylindrical-coordinate representation of color #74E688: hue angle of 130.53º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E688 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 230 | 136 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.10 |
| HSL | 130.53º | 0.7% | 0.68% | - |
| HSV(B) | 130.53º | 0.5% | 0.9% | - |
| XYZ | 39.94 | 62.08 | 33.17 | - |
| YUV | 185.2 | 100.23 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 230 | 136 | 0.50 | 0 | 0.41 | 0.10 | 130.53 | 0.7 | 0.68 |
| Hex | 74 | E6 | 88 | 32 | 0 | 29 | A | 83 | 46 | 44 |
| Octal | 164 | 346 | 210 | 62 | 0 | 51 | 12 | 203 | 106 | 104 |
| Binary | 1110100 | 11100110 | 10001000 | 110010 | 0 | 101001 | 1010 | 10000011 | 1000110 | 1000100 |
Color Harmonies of #74E688
Complementary color
Monochromatic Colors of #74E688
Black with #74E688
Text Example
Text Example
White with #74E688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E688; }
p { color: rgb(116,230,136); }
H1.HeaderClassName
{
color: #74E688;
}
.AnyTagClassName
{
color: #74E688;
}
</style>
background-color css
<style>
a { background-color: #74E688; }
a { background-color: rgb(116,230,136); }
div.DivClassName
{
background-color: #74E688;
}
.BgClassName
{
background-color: #74E688;
}
</style>
border-color css
<style>
span { border-color: #74E688; }
span { border-color: rgb(116,230,136); }
td.TdClassName
{
border-color: #74E688;
}
.TagClassName
{
border-color: #74E688;
}
</style>