Shades of Pastel Green #74F478
Tints of Pastel Green #74F478
RGB
CMYK
RGB Variations
Color information
#74F478 (or 0x74F478) is known color: Pastel Green. HEX triplet: 74, F4 and 78. RGB value is (116,244,120). Sum of RGB (Red+Green+Blue) = 116+244+120=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 244 (95.70% from 255 or 50.83% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 244 - color contains mainly: green. Hex color #74F478 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F478 is #8B0B87. Grayscale: #BFBFBF. Windows color (decimal): -9112456 or 7926900. OLE color: 7926900.
HSL color Cylindrical-coordinate representation of color #74F478: hue angle of 121.88º 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 #74F478 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 244 | 120 | - |
| CMYK | 0.52 | 0 | 0.51 | 0.04 |
| HSL | 121.88º | 0.85% | 0.71% | - |
| HSV(B) | 121.88º | 0.52% | 0.96% | - |
| XYZ | 42.94 | 69.77 | 28.97 | - |
| YUV | 191.59 | 87.59 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 244 | 120 | 0.52 | 0 | 0.51 | 0.04 | 121.88 | 0.85 | 0.71 |
| Hex | 74 | F4 | 78 | 34 | 0 | 33 | 4 | 7A | 55 | 47 |
| Octal | 164 | 364 | 170 | 64 | 0 | 63 | 4 | 172 | 125 | 107 |
| Binary | 1110100 | 11110100 | 1111000 | 110100 | 0 | 110011 | 100 | 1111010 | 1010101 | 1000111 |
Color Harmonies of #74F478
Complementary color
Monochromatic Colors of #74F478
Black with #74F478
Text Example
Text Example
White with #74F478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F478; }
p { color: rgb(116,244,120); }
H1.HeaderClassName
{
color: #74F478;
}
.AnyTagClassName
{
color: #74F478;
}
</style>
background-color css
<style>
a { background-color: #74F478; }
a { background-color: rgb(116,244,120); }
div.DivClassName
{
background-color: #74F478;
}
.BgClassName
{
background-color: #74F478;
}
</style>
border-color css
<style>
span { border-color: #74F478; }
span { border-color: rgb(116,244,120); }
td.TdClassName
{
border-color: #74F478;
}
.TagClassName
{
border-color: #74F478;
}
</style>