Shades of Pastel Green #74D581
Tints of Pastel Green #74D581
RGB
CMYK
RGB Variations
Color information
#74D581 (or 0x74D581) is known color: Pastel Green. HEX triplet: 74, D5 and 81. RGB value is (116,213,129). Sum of RGB (Red+Green+Blue) = 116+213+129=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #74D581 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D581 is #8B2A7E. Grayscale: #AEAEAE. Windows color (decimal): -9120383 or 8508788. OLE color: 8508788.
HSL color Cylindrical-coordinate representation of color #74D581: hue angle of 128.04º degrees, saturation: 0.54, 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 #74D581 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 213 | 129 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.16 |
| HSL | 128.04º | 0.54% | 0.65% | - |
| HSV(B) | 128.04º | 0.46% | 0.84% | - |
| XYZ | 34.96 | 52.89 | 29.13 | - |
| YUV | 174.42 | 102.36 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 213 | 129 | 0.46 | 0 | 0.39 | 0.16 | 128.04 | 0.54 | 0.65 |
| Hex | 74 | D5 | 81 | 2E | 0 | 27 | 10 | 80 | 36 | 41 |
| Octal | 164 | 325 | 201 | 56 | 0 | 47 | 20 | 200 | 66 | 101 |
| Binary | 1110100 | 11010101 | 10000001 | 101110 | 0 | 100111 | 10000 | 10000000 | 110110 | 1000001 |
Color Harmonies of #74D581
Complementary color
Monochromatic Colors of #74D581
Black with #74D581
Text Example
Text Example
White with #74D581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D581; }
p { color: rgb(116,213,129); }
H1.HeaderClassName
{
color: #74D581;
}
.AnyTagClassName
{
color: #74D581;
}
</style>
background-color css
<style>
a { background-color: #74D581; }
a { background-color: rgb(116,213,129); }
div.DivClassName
{
background-color: #74D581;
}
.BgClassName
{
background-color: #74D581;
}
</style>
border-color css
<style>
span { border-color: #74D581; }
span { border-color: rgb(116,213,129); }
td.TdClassName
{
border-color: #74D581;
}
.TagClassName
{
border-color: #74D581;
}
</style>