Shades of Pastel Green #74E581
Tints of Pastel Green #74E581
RGB
CMYK
RGB Variations
Color information
#74E581 (or 0x74E581) is known color: Pastel Green. HEX triplet: 74, E5 and 81. RGB value is (116,229,129). Sum of RGB (Red+Green+Blue) = 116+229+129=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 229 - color contains mainly: green. Hex color #74E581 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E581 is #8B1A7E. Grayscale: #B8B8B8. Windows color (decimal): -9116287 or 8512884. OLE color: 8512884.
HSL color Cylindrical-coordinate representation of color #74E581: hue angle of 126.9º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E581 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 229 | 129 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.10 |
| HSL | 126.9º | 0.68% | 0.68% | - |
| HSV(B) | 126.9º | 0.49% | 0.9% | - |
| XYZ | 39.18 | 61.34 | 30.54 | - |
| YUV | 183.81 | 97.06 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 229 | 129 | 0.49 | 0 | 0.44 | 0.10 | 126.9 | 0.68 | 0.68 |
| Hex | 74 | E5 | 81 | 31 | 0 | 2C | A | 7F | 44 | 44 |
| Octal | 164 | 345 | 201 | 61 | 0 | 54 | 12 | 177 | 104 | 104 |
| Binary | 1110100 | 11100101 | 10000001 | 110001 | 0 | 101100 | 1010 | 1111111 | 1000100 | 1000100 |
Color Harmonies of #74E581
Complementary color
Monochromatic Colors of #74E581
Black with #74E581
Text Example
Text Example
White with #74E581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E581; }
p { color: rgb(116,229,129); }
H1.HeaderClassName
{
color: #74E581;
}
.AnyTagClassName
{
color: #74E581;
}
</style>
background-color css
<style>
a { background-color: #74E581; }
a { background-color: rgb(116,229,129); }
div.DivClassName
{
background-color: #74E581;
}
.BgClassName
{
background-color: #74E581;
}
</style>
border-color css
<style>
span { border-color: #74E581; }
span { border-color: rgb(116,229,129); }
td.TdClassName
{
border-color: #74E581;
}
.TagClassName
{
border-color: #74E581;
}
</style>