Shades of Pastel Green #74D282
Tints of Pastel Green #74D282
RGB
CMYK
RGB Variations
Color information
#74D282 (or 0x74D282) is known color: Pastel Green. HEX triplet: 74, D2 and 82. RGB value is (116,210,130). Sum of RGB (Red+Green+Blue) = 116+210+130=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #74D282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D282 is #8B2D7D. Grayscale: #ADADAD. Windows color (decimal): -9121150 or 8573556. OLE color: 8573556.
HSL color Cylindrical-coordinate representation of color #74D282: hue angle of 128.94º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D282 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 210 | 130 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.18 |
| HSL | 128.94º | 0.51% | 0.64% | - |
| HSV(B) | 128.94º | 0.45% | 0.82% | - |
| XYZ | 34.28 | 51.42 | 29.24 | - |
| YUV | 172.77 | 103.86 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 210 | 130 | 0.45 | 0 | 0.38 | 0.18 | 128.94 | 0.51 | 0.64 |
| Hex | 74 | D2 | 82 | 2D | 0 | 26 | 12 | 81 | 33 | 40 |
| Octal | 164 | 322 | 202 | 55 | 0 | 46 | 22 | 201 | 63 | 100 |
| Binary | 1110100 | 11010010 | 10000010 | 101101 | 0 | 100110 | 10010 | 10000001 | 110011 | 1000000 |
Color Harmonies of #74D282
Complementary color
Monochromatic Colors of #74D282
Black with #74D282
Text Example
Text Example
White with #74D282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D282; }
p { color: rgb(116,210,130); }
H1.HeaderClassName
{
color: #74D282;
}
.AnyTagClassName
{
color: #74D282;
}
</style>
background-color css
<style>
a { background-color: #74D282; }
a { background-color: rgb(116,210,130); }
div.DivClassName
{
background-color: #74D282;
}
.BgClassName
{
background-color: #74D282;
}
</style>
border-color css
<style>
span { border-color: #74D282; }
span { border-color: rgb(116,210,130); }
td.TdClassName
{
border-color: #74D282;
}
.TagClassName
{
border-color: #74D282;
}
</style>