Shades of Pastel Green #74F57C
Tints of Pastel Green #74F57C
RGB
CMYK
RGB Variations
Color information
#74F57C (or 0x74F57C) is known color: Pastel Green. HEX triplet: 74, F5 and 7C. RGB value is (116,245,124). Sum of RGB (Red+Green+Blue) = 116+245+124=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 245 (96.09% from 255 or 50.52% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 245 - color contains mainly: green. Hex color #74F57C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F57C is #8B0A83. Grayscale: #C0C0C0. Windows color (decimal): -9112196 or 8189300. OLE color: 8189300.
HSL color Cylindrical-coordinate representation of color #74F57C: hue angle of 123.72º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F57C is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 245 | 124 | - |
| CMYK | 0.53 | 0 | 0.49 | 0.04 |
| HSL | 123.72º | 0.87% | 0.71% | - |
| HSV(B) | 123.72º | 0.53% | 0.96% | - |
| XYZ | 43.49 | 70.47 | 30.38 | - |
| YUV | 192.64 | 89.26 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 245 | 124 | 0.53 | 0 | 0.49 | 0.04 | 123.72 | 0.87 | 0.71 |
| Hex | 74 | F5 | 7C | 35 | 0 | 31 | 4 | 7C | 57 | 47 |
| Octal | 164 | 365 | 174 | 65 | 0 | 61 | 4 | 174 | 127 | 107 |
| Binary | 1110100 | 11110101 | 1111100 | 110101 | 0 | 110001 | 100 | 1111100 | 1010111 | 1000111 |
Color Harmonies of #74F57C
Complementary color
Monochromatic Colors of #74F57C
Black with #74F57C
Text Example
Text Example
White with #74F57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F57C; }
p { color: rgb(116,245,124); }
H1.HeaderClassName
{
color: #74F57C;
}
.AnyTagClassName
{
color: #74F57C;
}
</style>
background-color css
<style>
a { background-color: #74F57C; }
a { background-color: rgb(116,245,124); }
div.DivClassName
{
background-color: #74F57C;
}
.BgClassName
{
background-color: #74F57C;
}
</style>
border-color css
<style>
span { border-color: #74F57C; }
span { border-color: rgb(116,245,124); }
td.TdClassName
{
border-color: #74F57C;
}
.TagClassName
{
border-color: #74F57C;
}
</style>