Shades of Pastel Green #74F884
Tints of Pastel Green #74F884
RGB
CMYK
RGB Variations
Color information
#74F884 (or 0x74F884) is known color: Pastel Green. HEX triplet: 74, F8 and 84. RGB value is (116,248,132). Sum of RGB (Red+Green+Blue) = 116+248+132=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 248 (97.27% from 255 or 50% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 248 - color contains mainly: green. Hex color #74F884 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F884 is #8B077B. Grayscale: #C3C3C3. Windows color (decimal): -9111420 or 8714356. OLE color: 8714356.
HSL color Cylindrical-coordinate representation of color #74F884: hue angle of 127.27º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F884 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 248 | 132 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.03 |
| HSL | 127.27º | 0.9% | 0.71% | - |
| HSV(B) | 127.27º | 0.53% | 0.97% | - |
| XYZ | 44.93 | 72.51 | 33.46 | - |
| YUV | 195.31 | 92.27 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 248 | 132 | 0.53 | 0 | 0.47 | 0.03 | 127.27 | 0.9 | 0.71 |
| Hex | 74 | F8 | 84 | 35 | 0 | 2F | 3 | 7F | 5A | 47 |
| Octal | 164 | 370 | 204 | 65 | 0 | 57 | 3 | 177 | 132 | 107 |
| Binary | 1110100 | 11111000 | 10000100 | 110101 | 0 | 101111 | 11 | 1111111 | 1011010 | 1000111 |
Color Harmonies of #74F884
Complementary color
Monochromatic Colors of #74F884
Black with #74F884
Text Example
Text Example
White with #74F884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F884; }
p { color: rgb(116,248,132); }
H1.HeaderClassName
{
color: #74F884;
}
.AnyTagClassName
{
color: #74F884;
}
</style>
background-color css
<style>
a { background-color: #74F884; }
a { background-color: rgb(116,248,132); }
div.DivClassName
{
background-color: #74F884;
}
.BgClassName
{
background-color: #74F884;
}
</style>
border-color css
<style>
span { border-color: #74F884; }
span { border-color: rgb(116,248,132); }
td.TdClassName
{
border-color: #74F884;
}
.TagClassName
{
border-color: #74F884;
}
</style>