Shades of Pastel Green #74DC86
Tints of Pastel Green #74DC86
RGB
CMYK
RGB Variations
Color information
#74DC86 (or 0x74DC86) is known color: Pastel Green. HEX triplet: 74, DC and 86. RGB value is (116,220,134). Sum of RGB (Red+Green+Blue) = 116+220+134=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DC86 is #8B2379. Grayscale: #B3B3B3. Windows color (decimal): -9118586 or 8838260. OLE color: 8838260.
HSL color Cylindrical-coordinate representation of color #74DC86: hue angle of 130.38º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DC86 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 134 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.14 |
| HSL | 130.38º | 0.6% | 0.66% | - |
| HSV(B) | 130.38º | 0.47% | 0.86% | - |
| XYZ | 37.1 | 56.62 | 31.53 | - |
| YUV | 179.1 | 102.54 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 134 | 0.47 | 0 | 0.39 | 0.14 | 130.38 | 0.6 | 0.66 |
| Hex | 74 | DC | 86 | 2F | 0 | 27 | E | 82 | 3C | 42 |
| Octal | 164 | 334 | 206 | 57 | 0 | 47 | 16 | 202 | 74 | 102 |
| Binary | 1110100 | 11011100 | 10000110 | 101111 | 0 | 100111 | 1110 | 10000010 | 111100 | 1000010 |
Color Harmonies of #74DC86
Complementary color
Monochromatic Colors of #74DC86
Black with #74DC86
Text Example
Text Example
White with #74DC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DC86; }
p { color: rgb(116,220,134); }
H1.HeaderClassName
{
color: #74DC86;
}
.AnyTagClassName
{
color: #74DC86;
}
</style>
background-color css
<style>
a { background-color: #74DC86; }
a { background-color: rgb(116,220,134); }
div.DivClassName
{
background-color: #74DC86;
}
.BgClassName
{
background-color: #74DC86;
}
</style>
border-color css
<style>
span { border-color: #74DC86; }
span { border-color: rgb(116,220,134); }
td.TdClassName
{
border-color: #74DC86;
}
.TagClassName
{
border-color: #74DC86;
}
</style>