Shades of Pastel Green #74D77D
Tints of Pastel Green #74D77D
RGB
CMYK
RGB Variations
Color information
#74D77D (or 0x74D77D) is known color: Pastel Green. HEX triplet: 74, D7 and 7D. RGB value is (116,215,125). Sum of RGB (Red+Green+Blue) = 116+215+125=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #74D77D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D77D is #8B2882. Grayscale: #AFAFAF. Windows color (decimal): -9119875 or 8247156. OLE color: 8247156.
HSL color Cylindrical-coordinate representation of color #74D77D: hue angle of 125.45º 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 #74D77D is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 215 | 125 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.16 |
| HSL | 125.45º | 0.55% | 0.65% | - |
| HSV(B) | 125.45º | 0.46% | 0.84% | - |
| XYZ | 35.2 | 53.79 | 27.93 | - |
| YUV | 175.14 | 99.7 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 215 | 125 | 0.46 | 0 | 0.42 | 0.16 | 125.45 | 0.55 | 0.65 |
| Hex | 74 | D7 | 7D | 2E | 0 | 2A | 10 | 7D | 37 | 41 |
| Octal | 164 | 327 | 175 | 56 | 0 | 52 | 20 | 175 | 67 | 101 |
| Binary | 1110100 | 11010111 | 1111101 | 101110 | 0 | 101010 | 10000 | 1111101 | 110111 | 1000001 |
Color Harmonies of #74D77D
Complementary color
Monochromatic Colors of #74D77D
Black with #74D77D
Text Example
Text Example
White with #74D77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D77D; }
p { color: rgb(116,215,125); }
H1.HeaderClassName
{
color: #74D77D;
}
.AnyTagClassName
{
color: #74D77D;
}
</style>
background-color css
<style>
a { background-color: #74D77D; }
a { background-color: rgb(116,215,125); }
div.DivClassName
{
background-color: #74D77D;
}
.BgClassName
{
background-color: #74D77D;
}
</style>
border-color css
<style>
span { border-color: #74D77D; }
span { border-color: rgb(116,215,125); }
td.TdClassName
{
border-color: #74D77D;
}
.TagClassName
{
border-color: #74D77D;
}
</style>