Shades of Pastel Green #74EF77
Tints of Pastel Green #74EF77
RGB
CMYK
RGB Variations
Color information
#74EF77 (or 0x74EF77) is known color: Pastel Green. HEX triplet: 74, EF and 77. RGB value is (116,239,119). Sum of RGB (Red+Green+Blue) = 116+239+119=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #74EF77 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74EF77 is #8B1088. Grayscale: #BCBCBC. Windows color (decimal): -9113737 or 7860084. OLE color: 7860084.
HSL color Cylindrical-coordinate representation of color #74EF77: hue angle of 121.46º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EF77 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 239 | 119 | - |
| CMYK | 0.51 | 0 | 0.50 | 0.06 |
| HSL | 121.46º | 0.79% | 0.7% | - |
| HSV(B) | 121.46º | 0.51% | 0.94% | - |
| XYZ | 41.4 | 66.78 | 28.16 | - |
| YUV | 188.54 | 88.75 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 239 | 119 | 0.51 | 0 | 0.50 | 0.06 | 121.46 | 0.79 | 0.7 |
| Hex | 74 | EF | 77 | 33 | 0 | 32 | 6 | 79 | 4F | 46 |
| Octal | 164 | 357 | 167 | 63 | 0 | 62 | 6 | 171 | 117 | 106 |
| Binary | 1110100 | 11101111 | 1110111 | 110011 | 0 | 110010 | 110 | 1111001 | 1001111 | 1000110 |
Color Harmonies of #74EF77
Complementary color
Monochromatic Colors of #74EF77
Black with #74EF77
Text Example
Text Example
White with #74EF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EF77; }
p { color: rgb(116,239,119); }
H1.HeaderClassName
{
color: #74EF77;
}
.AnyTagClassName
{
color: #74EF77;
}
</style>
background-color css
<style>
a { background-color: #74EF77; }
a { background-color: rgb(116,239,119); }
div.DivClassName
{
background-color: #74EF77;
}
.BgClassName
{
background-color: #74EF77;
}
</style>
border-color css
<style>
span { border-color: #74EF77; }
span { border-color: rgb(116,239,119); }
td.TdClassName
{
border-color: #74EF77;
}
.TagClassName
{
border-color: #74EF77;
}
</style>