Shades of Pastel Green #74EE86
Tints of Pastel Green #74EE86
RGB
CMYK
RGB Variations
Color information
#74EE86 (or 0x74EE86) is known color: Pastel Green. HEX triplet: 74, EE and 86. RGB value is (116,238,134). Sum of RGB (Red+Green+Blue) = 116+238+134=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #74EE86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EE86 is #8B1179. Grayscale: #BDBDBD. Windows color (decimal): -9113978 or 8842868. OLE color: 8842868.
HSL color Cylindrical-coordinate representation of color #74EE86: hue angle of 128.85º degrees, saturation: 0.78, 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 #74EE86 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 238 | 134 | - |
| CMYK | 0.51 | 0 | 0.44 | 0.07 |
| HSL | 128.85º | 0.78% | 0.69% | - |
| HSV(B) | 128.85º | 0.51% | 0.93% | - |
| XYZ | 42.08 | 66.58 | 33.19 | - |
| YUV | 189.67 | 96.58 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 238 | 134 | 0.51 | 0 | 0.44 | 0.07 | 128.85 | 0.78 | 0.69 |
| Hex | 74 | EE | 86 | 33 | 0 | 2C | 7 | 81 | 4E | 45 |
| Octal | 164 | 356 | 206 | 63 | 0 | 54 | 7 | 201 | 116 | 105 |
| Binary | 1110100 | 11101110 | 10000110 | 110011 | 0 | 101100 | 111 | 10000001 | 1001110 | 1000101 |
Color Harmonies of #74EE86
Complementary color
Monochromatic Colors of #74EE86
Black with #74EE86
Text Example
Text Example
White with #74EE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EE86; }
p { color: rgb(116,238,134); }
H1.HeaderClassName
{
color: #74EE86;
}
.AnyTagClassName
{
color: #74EE86;
}
</style>
background-color css
<style>
a { background-color: #74EE86; }
a { background-color: rgb(116,238,134); }
div.DivClassName
{
background-color: #74EE86;
}
.BgClassName
{
background-color: #74EE86;
}
</style>
border-color css
<style>
span { border-color: #74EE86; }
span { border-color: rgb(116,238,134); }
td.TdClassName
{
border-color: #74EE86;
}
.TagClassName
{
border-color: #74EE86;
}
</style>