Shades of Pastel Green #74F07F
Tints of Pastel Green #74F07F
RGB
CMYK
RGB Variations
Color information
#74F07F (or 0x74F07F) is known color: Pastel Green. HEX triplet: 74, F0 and 7F. RGB value is (116,240,127). Sum of RGB (Red+Green+Blue) = 116+240+127=483 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.02% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #74F07F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F07F is #8B0F80. Grayscale: #BEBEBE. Windows color (decimal): -9113473 or 8384628. OLE color: 8384628.
HSL color Cylindrical-coordinate representation of color #74F07F: hue angle of 125.32º 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 #74F07F is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 240 | 127 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.06 |
| HSL | 125.32º | 0.81% | 0.7% | - |
| HSV(B) | 125.32º | 0.52% | 0.94% | - |
| XYZ | 42.19 | 67.57 | 30.9 | - |
| YUV | 190.04 | 92.42 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 240 | 127 | 0.52 | 0 | 0.47 | 0.06 | 125.32 | 0.81 | 0.7 |
| Hex | 74 | F0 | 7F | 34 | 0 | 2F | 6 | 7D | 51 | 46 |
| Octal | 164 | 360 | 177 | 64 | 0 | 57 | 6 | 175 | 121 | 106 |
| Binary | 1110100 | 11110000 | 1111111 | 110100 | 0 | 101111 | 110 | 1111101 | 1010001 | 1000110 |
Color Harmonies of #74F07F
Complementary color
Monochromatic Colors of #74F07F
Black with #74F07F
Text Example
Text Example
White with #74F07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F07F; }
p { color: rgb(116,240,127); }
H1.HeaderClassName
{
color: #74F07F;
}
.AnyTagClassName
{
color: #74F07F;
}
</style>
background-color css
<style>
a { background-color: #74F07F; }
a { background-color: rgb(116,240,127); }
div.DivClassName
{
background-color: #74F07F;
}
.BgClassName
{
background-color: #74F07F;
}
</style>
border-color css
<style>
span { border-color: #74F07F; }
span { border-color: rgb(116,240,127); }
td.TdClassName
{
border-color: #74F07F;
}
.TagClassName
{
border-color: #74F07F;
}
</style>