Shades of Pastel Green #74F07A
Tints of Pastel Green #74F07A
RGB
CMYK
RGB Variations
Color information
#74F07A (or 0x74F07A) is known color: Pastel Green. HEX triplet: 74, F0 and 7A. RGB value is (116,240,122). Sum of RGB (Red+Green+Blue) = 116+240+122=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #74F07A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F07A is #8B0F85. Grayscale: #BDBDBD. Windows color (decimal): -9113478 or 8056948. OLE color: 8056948.
HSL color Cylindrical-coordinate representation of color #74F07A: hue angle of 122.9º 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 #74F07A is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 240 | 122 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.06 |
| HSL | 122.9º | 0.81% | 0.7% | - |
| HSV(B) | 122.9º | 0.52% | 0.94% | - |
| XYZ | 41.88 | 67.44 | 29.22 | - |
| YUV | 189.47 | 89.92 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 240 | 122 | 0.52 | 0 | 0.49 | 0.06 | 122.9 | 0.81 | 0.7 |
| Hex | 74 | F0 | 7A | 34 | 0 | 31 | 6 | 7B | 51 | 46 |
| Octal | 164 | 360 | 172 | 64 | 0 | 61 | 6 | 173 | 121 | 106 |
| Binary | 1110100 | 11110000 | 1111010 | 110100 | 0 | 110001 | 110 | 1111011 | 1010001 | 1000110 |
Color Harmonies of #74F07A
Complementary color
Monochromatic Colors of #74F07A
Black with #74F07A
Text Example
Text Example
White with #74F07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F07A; }
p { color: rgb(116,240,122); }
H1.HeaderClassName
{
color: #74F07A;
}
.AnyTagClassName
{
color: #74F07A;
}
</style>
background-color css
<style>
a { background-color: #74F07A; }
a { background-color: rgb(116,240,122); }
div.DivClassName
{
background-color: #74F07A;
}
.BgClassName
{
background-color: #74F07A;
}
</style>
border-color css
<style>
span { border-color: #74F07A; }
span { border-color: rgb(116,240,122); }
td.TdClassName
{
border-color: #74F07A;
}
.TagClassName
{
border-color: #74F07A;
}
</style>