Shades of Pastel Green #74F279
Tints of Pastel Green #74F279
RGB
CMYK
RGB Variations
Color information
#74F279 (or 0x74F279) is known color: Pastel Green. HEX triplet: 74, F2 and 79. RGB value is (116,242,121). Sum of RGB (Red+Green+Blue) = 116+242+121=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #74F279 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F279 is #8B0D86. Grayscale: #BEBEBE. Windows color (decimal): -9112967 or 7991924. OLE color: 7991924.
HSL color Cylindrical-coordinate representation of color #74F279: hue angle of 122.38º degrees, saturation: 0.83, 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 #74F279 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 242 | 121 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.05 |
| HSL | 122.38º | 0.83% | 0.7% | - |
| HSV(B) | 122.38º | 0.52% | 0.95% | - |
| XYZ | 42.41 | 68.6 | 29.09 | - |
| YUV | 190.53 | 88.76 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 242 | 121 | 0.52 | 0 | 0.50 | 0.05 | 122.38 | 0.83 | 0.7 |
| Hex | 74 | F2 | 79 | 34 | 0 | 32 | 5 | 7A | 53 | 46 |
| Octal | 164 | 362 | 171 | 64 | 0 | 62 | 5 | 172 | 123 | 106 |
| Binary | 1110100 | 11110010 | 1111001 | 110100 | 0 | 110010 | 101 | 1111010 | 1010011 | 1000110 |
Color Harmonies of #74F279
Complementary color
Monochromatic Colors of #74F279
Black with #74F279
Text Example
Text Example
White with #74F279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F279; }
p { color: rgb(116,242,121); }
H1.HeaderClassName
{
color: #74F279;
}
.AnyTagClassName
{
color: #74F279;
}
</style>
background-color css
<style>
a { background-color: #74F279; }
a { background-color: rgb(116,242,121); }
div.DivClassName
{
background-color: #74F279;
}
.BgClassName
{
background-color: #74F279;
}
</style>
border-color css
<style>
span { border-color: #74F279; }
span { border-color: rgb(116,242,121); }
td.TdClassName
{
border-color: #74F279;
}
.TagClassName
{
border-color: #74F279;
}
</style>