Shades of Pastel Green #74D788
Tints of Pastel Green #74D788
RGB
CMYK
RGB Variations
Color information
#74D788 (or 0x74D788) is known color: Pastel Green. HEX triplet: 74, D7 and 88. RGB value is (116,215,136). Sum of RGB (Red+Green+Blue) = 116+215+136=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #74D788 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D788 is #8B2877. Grayscale: #B0B0B0. Windows color (decimal): -9119864 or 8968052. OLE color: 8968052.
HSL color Cylindrical-coordinate representation of color #74D788: hue angle of 132.12º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D788 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 215 | 136 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.16 |
| HSL | 132.12º | 0.55% | 0.65% | - |
| HSV(B) | 132.12º | 0.46% | 0.84% | - |
| XYZ | 35.95 | 54.09 | 31.84 | - |
| YUV | 176.39 | 105.2 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 215 | 136 | 0.46 | 0 | 0.37 | 0.16 | 132.12 | 0.55 | 0.65 |
| Hex | 74 | D7 | 88 | 2E | 0 | 25 | 10 | 84 | 37 | 41 |
| Octal | 164 | 327 | 210 | 56 | 0 | 45 | 20 | 204 | 67 | 101 |
| Binary | 1110100 | 11010111 | 10001000 | 101110 | 0 | 100101 | 10000 | 10000100 | 110111 | 1000001 |
Color Harmonies of #74D788
Complementary color
Monochromatic Colors of #74D788
Black with #74D788
Text Example
Text Example
White with #74D788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D788; }
p { color: rgb(116,215,136); }
H1.HeaderClassName
{
color: #74D788;
}
.AnyTagClassName
{
color: #74D788;
}
</style>
background-color css
<style>
a { background-color: #74D788; }
a { background-color: rgb(116,215,136); }
div.DivClassName
{
background-color: #74D788;
}
.BgClassName
{
background-color: #74D788;
}
</style>
border-color css
<style>
span { border-color: #74D788; }
span { border-color: rgb(116,215,136); }
td.TdClassName
{
border-color: #74D788;
}
.TagClassName
{
border-color: #74D788;
}
</style>