Shades of Pastel Green #74E05F
Tints of Pastel Green #74E05F
RGB
CMYK
RGB Variations
Color information
#74E05F (or 0x74E05F) is known color: Pastel Green. HEX triplet: 74, E0 and 5F. RGB value is (116,224,95). Sum of RGB (Red+Green+Blue) = 116+224+95=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #74E05F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74E05F is #8B1FA0. Grayscale: #B1B1B1. Windows color (decimal): -9117601 or 6283380. OLE color: 6283380.
HSL color Cylindrical-coordinate representation of color #74E05F: hue angle of 110.23º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74E05F is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 224 | 95 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.12 |
| HSL | 110.23º | 0.68% | 0.63% | - |
| HSV(B) | 110.23º | 0.58% | 0.88% | - |
| XYZ | 35.92 | 57.85 | 20.1 | - |
| YUV | 177 | 81.72 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 224 | 95 | 0.48 | 0 | 0.58 | 0.12 | 110.23 | 0.68 | 0.63 |
| Hex | 74 | E0 | 5F | 30 | 0 | 3A | C | 6E | 44 | 3F |
| Octal | 164 | 340 | 137 | 60 | 0 | 72 | 14 | 156 | 104 | 77 |
| Binary | 1110100 | 11100000 | 1011111 | 110000 | 0 | 111010 | 1100 | 1101110 | 1000100 | 111111 |
Color Harmonies of #74E05F
Complementary color
Monochromatic Colors of #74E05F
Black with #74E05F
Text Example
Text Example
White with #74E05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E05F; }
p { color: rgb(116,224,95); }
H1.HeaderClassName
{
color: #74E05F;
}
.AnyTagClassName
{
color: #74E05F;
}
</style>
background-color css
<style>
a { background-color: #74E05F; }
a { background-color: rgb(116,224,95); }
div.DivClassName
{
background-color: #74E05F;
}
.BgClassName
{
background-color: #74E05F;
}
</style>
border-color css
<style>
span { border-color: #74E05F; }
span { border-color: rgb(116,224,95); }
td.TdClassName
{
border-color: #74E05F;
}
.TagClassName
{
border-color: #74E05F;
}
</style>