Shades of Pastel Green #74F088
Tints of Pastel Green #74F088
RGB
CMYK
RGB Variations
Color information
#74F088 (or 0x74F088) is known color: Pastel Green. HEX triplet: 74, F0 and 88. RGB value is (116,240,136). Sum of RGB (Red+Green+Blue) = 116+240+136=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #74F088 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F088 is #8B0F77. Grayscale: #BFBFBF. Windows color (decimal): -9113464 or 8974452. OLE color: 8974452.
HSL color Cylindrical-coordinate representation of color #74F088: hue angle of 129.68º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F088 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 240 | 136 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.06 |
| HSL | 129.68º | 0.81% | 0.7% | - |
| HSV(B) | 129.68º | 0.52% | 0.94% | - |
| XYZ | 42.81 | 67.81 | 34.13 | - |
| YUV | 191.07 | 96.92 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 240 | 136 | 0.52 | 0 | 0.43 | 0.06 | 129.68 | 0.81 | 0.7 |
| Hex | 74 | F0 | 88 | 34 | 0 | 2B | 6 | 82 | 51 | 46 |
| Octal | 164 | 360 | 210 | 64 | 0 | 53 | 6 | 202 | 121 | 106 |
| Binary | 1110100 | 11110000 | 10001000 | 110100 | 0 | 101011 | 110 | 10000010 | 1010001 | 1000110 |
Color Harmonies of #74F088
Complementary color
Monochromatic Colors of #74F088
Black with #74F088
Text Example
Text Example
White with #74F088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F088; }
p { color: rgb(116,240,136); }
H1.HeaderClassName
{
color: #74F088;
}
.AnyTagClassName
{
color: #74F088;
}
</style>
background-color css
<style>
a { background-color: #74F088; }
a { background-color: rgb(116,240,136); }
div.DivClassName
{
background-color: #74F088;
}
.BgClassName
{
background-color: #74F088;
}
</style>
border-color css
<style>
span { border-color: #74F088; }
span { border-color: rgb(116,240,136); }
td.TdClassName
{
border-color: #74F088;
}
.TagClassName
{
border-color: #74F088;
}
</style>