Shades of Pastel Green #74E381
Tints of Pastel Green #74E381
RGB
CMYK
RGB Variations
Color information
#74E381 (or 0x74E381) is known color: Pastel Green. HEX triplet: 74, E3 and 81. RGB value is (116,227,129). Sum of RGB (Red+Green+Blue) = 116+227+129=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 227 (89.06% from 255 or 48.09% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 227 - color contains mainly: green. Hex color #74E381 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E381 is #8B1C7E. Grayscale: #B6B6B6. Windows color (decimal): -9116799 or 8512372. OLE color: 8512372.
HSL color Cylindrical-coordinate representation of color #74E381: hue angle of 127.03º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E381 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 227 | 129 | - |
| CMYK | 0.49 | 0 | 0.43 | 0.11 |
| HSL | 127.03º | 0.66% | 0.67% | - |
| HSV(B) | 127.03º | 0.49% | 0.89% | - |
| XYZ | 38.63 | 60.24 | 30.36 | - |
| YUV | 182.64 | 97.73 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 227 | 129 | 0.49 | 0 | 0.43 | 0.11 | 127.03 | 0.66 | 0.67 |
| Hex | 74 | E3 | 81 | 31 | 0 | 2B | B | 7F | 42 | 43 |
| Octal | 164 | 343 | 201 | 61 | 0 | 53 | 13 | 177 | 102 | 103 |
| Binary | 1110100 | 11100011 | 10000001 | 110001 | 0 | 101011 | 1011 | 1111111 | 1000010 | 1000011 |
Color Harmonies of #74E381
Complementary color
Monochromatic Colors of #74E381
Black with #74E381
Text Example
Text Example
White with #74E381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E381; }
p { color: rgb(116,227,129); }
H1.HeaderClassName
{
color: #74E381;
}
.AnyTagClassName
{
color: #74E381;
}
</style>
background-color css
<style>
a { background-color: #74E381; }
a { background-color: rgb(116,227,129); }
div.DivClassName
{
background-color: #74E381;
}
.BgClassName
{
background-color: #74E381;
}
</style>
border-color css
<style>
span { border-color: #74E381; }
span { border-color: rgb(116,227,129); }
td.TdClassName
{
border-color: #74E381;
}
.TagClassName
{
border-color: #74E381;
}
</style>