Shades of Pastel Green #74DC87
Tints of Pastel Green #74DC87
RGB
CMYK
RGB Variations
Color information
#74DC87 (or 0x74DC87) is known color: Pastel Green. HEX triplet: 74, DC and 87. RGB value is (116,220,135). Sum of RGB (Red+Green+Blue) = 116+220+135=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DC87 is #8B2378. Grayscale: #B3B3B3. Windows color (decimal): -9118585 or 8903796. OLE color: 8903796.
HSL color Cylindrical-coordinate representation of color #74DC87: hue angle of 130.96º 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 #74DC87 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 135 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.14 |
| HSL | 130.96º | 0.6% | 0.66% | - |
| HSV(B) | 130.96º | 0.47% | 0.86% | - |
| XYZ | 37.17 | 56.65 | 31.9 | - |
| YUV | 179.21 | 103.04 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 135 | 0.47 | 0 | 0.39 | 0.14 | 130.96 | 0.6 | 0.66 |
| Hex | 74 | DC | 87 | 2F | 0 | 27 | E | 83 | 3C | 42 |
| Octal | 164 | 334 | 207 | 57 | 0 | 47 | 16 | 203 | 74 | 102 |
| Binary | 1110100 | 11011100 | 10000111 | 101111 | 0 | 100111 | 1110 | 10000011 | 111100 | 1000010 |
Color Harmonies of #74DC87
Complementary color
Monochromatic Colors of #74DC87
Black with #74DC87
Text Example
Text Example
White with #74DC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DC87; }
p { color: rgb(116,220,135); }
H1.HeaderClassName
{
color: #74DC87;
}
.AnyTagClassName
{
color: #74DC87;
}
</style>
background-color css
<style>
a { background-color: #74DC87; }
a { background-color: rgb(116,220,135); }
div.DivClassName
{
background-color: #74DC87;
}
.BgClassName
{
background-color: #74DC87;
}
</style>
border-color css
<style>
span { border-color: #74DC87; }
span { border-color: rgb(116,220,135); }
td.TdClassName
{
border-color: #74DC87;
}
.TagClassName
{
border-color: #74DC87;
}
</style>