Shades of Pastel Green #74F173
Tints of Pastel Green #74F173
RGB
CMYK
RGB Variations
Color information
#74F173 (or 0x74F173) is known color: Pastel Green. HEX triplet: 74, F1 and 73. RGB value is (116,241,115). Sum of RGB (Red+Green+Blue) = 116+241+115=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #74F173 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F173 is #8B0E8C. Grayscale: #BDBDBD. Windows color (decimal): -9113229 or 7598452. OLE color: 7598452.
HSL color Cylindrical-coordinate representation of color #74F173: hue angle of 119.52º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F173 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 241 | 115 | - |
| CMYK | 0.52 | 0 | 0.52 | 0.05 |
| HSL | 119.52º | 0.82% | 0.7% | - |
| HSV(B) | 119.52º | 0.52% | 0.95% | - |
| XYZ | 41.75 | 67.86 | 27.12 | - |
| YUV | 189.26 | 86.09 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 241 | 115 | 0.52 | 0 | 0.52 | 0.05 | 119.52 | 0.82 | 0.7 |
| Hex | 74 | F1 | 73 | 34 | 0 | 34 | 5 | 78 | 52 | 46 |
| Octal | 164 | 361 | 163 | 64 | 0 | 64 | 5 | 170 | 122 | 106 |
| Binary | 1110100 | 11110001 | 1110011 | 110100 | 0 | 110100 | 101 | 1111000 | 1010010 | 1000110 |
Color Harmonies of #74F173
Complementary color
Monochromatic Colors of #74F173
Black with #74F173
Text Example
Text Example
White with #74F173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F173; }
p { color: rgb(116,241,115); }
H1.HeaderClassName
{
color: #74F173;
}
.AnyTagClassName
{
color: #74F173;
}
</style>
background-color css
<style>
a { background-color: #74F173; }
a { background-color: rgb(116,241,115); }
div.DivClassName
{
background-color: #74F173;
}
.BgClassName
{
background-color: #74F173;
}
</style>
border-color css
<style>
span { border-color: #74F173; }
span { border-color: rgb(116,241,115); }
td.TdClassName
{
border-color: #74F173;
}
.TagClassName
{
border-color: #74F173;
}
</style>