Shades of Pastel Green #74F187
Tints of Pastel Green #74F187
RGB
CMYK
RGB Variations
Color information
#74F187 (or 0x74F187) is known color: Pastel Green. HEX triplet: 74, F1 and 87. RGB value is (116,241,135). Sum of RGB (Red+Green+Blue) = 116+241+135=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #74F187 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F187 is #8B0E78. Grayscale: #BFBFBF. Windows color (decimal): -9113209 or 8909172. OLE color: 8909172.
HSL color Cylindrical-coordinate representation of color #74F187: hue angle of 129.12º 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 #74F187 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 241 | 135 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.05 |
| HSL | 129.12º | 0.82% | 0.7% | - |
| HSV(B) | 129.12º | 0.52% | 0.95% | - |
| XYZ | 43.03 | 68.37 | 33.85 | - |
| YUV | 191.54 | 96.09 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 241 | 135 | 0.52 | 0 | 0.44 | 0.05 | 129.12 | 0.82 | 0.7 |
| Hex | 74 | F1 | 87 | 34 | 0 | 2C | 5 | 81 | 52 | 46 |
| Octal | 164 | 361 | 207 | 64 | 0 | 54 | 5 | 201 | 122 | 106 |
| Binary | 1110100 | 11110001 | 10000111 | 110100 | 0 | 101100 | 101 | 10000001 | 1010010 | 1000110 |
Color Harmonies of #74F187
Complementary color
Monochromatic Colors of #74F187
Black with #74F187
Text Example
Text Example
White with #74F187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F187; }
p { color: rgb(116,241,135); }
H1.HeaderClassName
{
color: #74F187;
}
.AnyTagClassName
{
color: #74F187;
}
</style>
background-color css
<style>
a { background-color: #74F187; }
a { background-color: rgb(116,241,135); }
div.DivClassName
{
background-color: #74F187;
}
.BgClassName
{
background-color: #74F187;
}
</style>
border-color css
<style>
span { border-color: #74F187; }
span { border-color: rgb(116,241,135); }
td.TdClassName
{
border-color: #74F187;
}
.TagClassName
{
border-color: #74F187;
}
</style>