Shades of Pastel Green #74F082
Tints of Pastel Green #74F082
RGB
CMYK
RGB Variations
Color information
#74F082 (or 0x74F082) is known color: Pastel Green. HEX triplet: 74, F0 and 82. RGB value is (116,240,130). Sum of RGB (Red+Green+Blue) = 116+240+130=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #74F082 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F082 is #8B0F7D. Grayscale: #BEBEBE. Windows color (decimal): -9113470 or 8581236. OLE color: 8581236.
HSL color Cylindrical-coordinate representation of color #74F082: hue angle of 126.77º 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 #74F082 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 240 | 130 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.06 |
| HSL | 126.77º | 0.81% | 0.7% | - |
| HSV(B) | 126.77º | 0.52% | 0.94% | - |
| XYZ | 42.39 | 67.64 | 31.94 | - |
| YUV | 190.38 | 93.92 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 240 | 130 | 0.52 | 0 | 0.46 | 0.06 | 126.77 | 0.81 | 0.7 |
| Hex | 74 | F0 | 82 | 34 | 0 | 2E | 6 | 7F | 51 | 46 |
| Octal | 164 | 360 | 202 | 64 | 0 | 56 | 6 | 177 | 121 | 106 |
| Binary | 1110100 | 11110000 | 10000010 | 110100 | 0 | 101110 | 110 | 1111111 | 1010001 | 1000110 |
Color Harmonies of #74F082
Complementary color
Monochromatic Colors of #74F082
Black with #74F082
Text Example
Text Example
White with #74F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F082; }
p { color: rgb(116,240,130); }
H1.HeaderClassName
{
color: #74F082;
}
.AnyTagClassName
{
color: #74F082;
}
</style>
background-color css
<style>
a { background-color: #74F082; }
a { background-color: rgb(116,240,130); }
div.DivClassName
{
background-color: #74F082;
}
.BgClassName
{
background-color: #74F082;
}
</style>
border-color css
<style>
span { border-color: #74F082; }
span { border-color: rgb(116,240,130); }
td.TdClassName
{
border-color: #74F082;
}
.TagClassName
{
border-color: #74F082;
}
</style>