Shades of Pastel Green #74DF82
Tints of Pastel Green #74DF82
RGB
CMYK
RGB Variations
Color information
#74DF82 (or 0x74DF82) is known color: Pastel Green. HEX triplet: 74, DF and 82. RGB value is (116,223,130). Sum of RGB (Red+Green+Blue) = 116+223+130=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DF82 is #8B207D. Grayscale: #B4B4B4. Windows color (decimal): -9117822 or 8576884. OLE color: 8576884.
HSL color Cylindrical-coordinate representation of color #74DF82: hue angle of 127.85º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DF82 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 223 | 130 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.13 |
| HSL | 127.85º | 0.63% | 0.66% | - |
| HSV(B) | 127.85º | 0.48% | 0.87% | - |
| XYZ | 37.62 | 58.1 | 30.35 | - |
| YUV | 180.41 | 99.55 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 130 | 0.48 | 0 | 0.42 | 0.13 | 127.85 | 0.63 | 0.66 |
| Hex | 74 | DF | 82 | 30 | 0 | 2A | D | 80 | 3F | 42 |
| Octal | 164 | 337 | 202 | 60 | 0 | 52 | 15 | 200 | 77 | 102 |
| Binary | 1110100 | 11011111 | 10000010 | 110000 | 0 | 101010 | 1101 | 10000000 | 111111 | 1000010 |
Color Harmonies of #74DF82
Complementary color
Monochromatic Colors of #74DF82
Black with #74DF82
Text Example
Text Example
White with #74DF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DF82; }
p { color: rgb(116,223,130); }
H1.HeaderClassName
{
color: #74DF82;
}
.AnyTagClassName
{
color: #74DF82;
}
</style>
background-color css
<style>
a { background-color: #74DF82; }
a { background-color: rgb(116,223,130); }
div.DivClassName
{
background-color: #74DF82;
}
.BgClassName
{
background-color: #74DF82;
}
</style>
border-color css
<style>
span { border-color: #74DF82; }
span { border-color: rgb(116,223,130); }
td.TdClassName
{
border-color: #74DF82;
}
.TagClassName
{
border-color: #74DF82;
}
</style>