Shades of Pastel Green #74F47C
Tints of Pastel Green #74F47C
RGB
CMYK
RGB Variations
Color information
#74F47C (or 0x74F47C) is known color: Pastel Green. HEX triplet: 74, F4 and 7C. RGB value is (116,244,124). Sum of RGB (Red+Green+Blue) = 116+244+124=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 244 (95.70% from 255 or 50.41% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 244 - color contains mainly: green. Hex color #74F47C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F47C is #8B0B83. Grayscale: #C0C0C0. Windows color (decimal): -9112452 or 8189044. OLE color: 8189044.
HSL color Cylindrical-coordinate representation of color #74F47C: hue angle of 123.75º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F47C is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 244 | 124 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.04 |
| HSL | 123.75º | 0.85% | 0.71% | - |
| HSV(B) | 123.75º | 0.52% | 0.96% | - |
| XYZ | 43.19 | 69.87 | 30.28 | - |
| YUV | 192.05 | 89.59 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 244 | 124 | 0.52 | 0 | 0.49 | 0.04 | 123.75 | 0.85 | 0.71 |
| Hex | 74 | F4 | 7C | 34 | 0 | 31 | 4 | 7C | 55 | 47 |
| Octal | 164 | 364 | 174 | 64 | 0 | 61 | 4 | 174 | 125 | 107 |
| Binary | 1110100 | 11110100 | 1111100 | 110100 | 0 | 110001 | 100 | 1111100 | 1010101 | 1000111 |
Color Harmonies of #74F47C
Complementary color
Monochromatic Colors of #74F47C
Black with #74F47C
Text Example
Text Example
White with #74F47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F47C; }
p { color: rgb(116,244,124); }
H1.HeaderClassName
{
color: #74F47C;
}
.AnyTagClassName
{
color: #74F47C;
}
</style>
background-color css
<style>
a { background-color: #74F47C; }
a { background-color: rgb(116,244,124); }
div.DivClassName
{
background-color: #74F47C;
}
.BgClassName
{
background-color: #74F47C;
}
</style>
border-color css
<style>
span { border-color: #74F47C; }
span { border-color: rgb(116,244,124); }
td.TdClassName
{
border-color: #74F47C;
}
.TagClassName
{
border-color: #74F47C;
}
</style>