Shades of Pastel Green #74EC85
Tints of Pastel Green #74EC85
RGB
CMYK
RGB Variations
Color information
#74EC85 (or 0x74EC85) is known color: Pastel Green. HEX triplet: 74, EC and 85. RGB value is (116,236,133). Sum of RGB (Red+Green+Blue) = 116+236+133=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #74EC85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EC85 is #8B137A. Grayscale: #BCBCBC. Windows color (decimal): -9114491 or 8776820. OLE color: 8776820.
HSL color Cylindrical-coordinate representation of color #74EC85: hue angle of 128.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EC85 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 133 | - |
| CMYK | 0.51 | 0 | 0.44 | 0.07 |
| HSL | 128.5º | 0.76% | 0.69% | - |
| HSV(B) | 128.5º | 0.51% | 0.93% | - |
| XYZ | 41.43 | 65.4 | 32.63 | - |
| YUV | 188.38 | 96.74 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 133 | 0.51 | 0 | 0.44 | 0.07 | 128.5 | 0.76 | 0.69 |
| Hex | 74 | EC | 85 | 33 | 0 | 2C | 7 | 80 | 4C | 45 |
| Octal | 164 | 354 | 205 | 63 | 0 | 54 | 7 | 200 | 114 | 105 |
| Binary | 1110100 | 11101100 | 10000101 | 110011 | 0 | 101100 | 111 | 10000000 | 1001100 | 1000101 |
Color Harmonies of #74EC85
Complementary color
Monochromatic Colors of #74EC85
Black with #74EC85
Text Example
Text Example
White with #74EC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EC85; }
p { color: rgb(116,236,133); }
H1.HeaderClassName
{
color: #74EC85;
}
.AnyTagClassName
{
color: #74EC85;
}
</style>
background-color css
<style>
a { background-color: #74EC85; }
a { background-color: rgb(116,236,133); }
div.DivClassName
{
background-color: #74EC85;
}
.BgClassName
{
background-color: #74EC85;
}
</style>
border-color css
<style>
span { border-color: #74EC85; }
span { border-color: rgb(116,236,133); }
td.TdClassName
{
border-color: #74EC85;
}
.TagClassName
{
border-color: #74EC85;
}
</style>