Shades of Pastel Green #74DF84
Tints of Pastel Green #74DF84
RGB
CMYK
RGB Variations
Color information
#74DF84 (or 0x74DF84) is known color: Pastel Green. HEX triplet: 74, DF and 84. RGB value is (116,223,132). Sum of RGB (Red+Green+Blue) = 116+223+132=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DF84 is #8B207B. Grayscale: #B4B4B4. Windows color (decimal): -9117820 or 8707956. OLE color: 8707956.
HSL color Cylindrical-coordinate representation of color #74DF84: hue angle of 128.97º 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 #74DF84 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 223 | 132 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.13 |
| HSL | 128.97º | 0.63% | 0.66% | - |
| HSV(B) | 128.97º | 0.48% | 0.87% | - |
| XYZ | 37.75 | 58.15 | 31.06 | - |
| YUV | 180.63 | 100.55 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 132 | 0.48 | 0 | 0.41 | 0.13 | 128.97 | 0.63 | 0.66 |
| Hex | 74 | DF | 84 | 30 | 0 | 29 | D | 81 | 3F | 42 |
| Octal | 164 | 337 | 204 | 60 | 0 | 51 | 15 | 201 | 77 | 102 |
| Binary | 1110100 | 11011111 | 10000100 | 110000 | 0 | 101001 | 1101 | 10000001 | 111111 | 1000010 |
Color Harmonies of #74DF84
Complementary color
Monochromatic Colors of #74DF84
Black with #74DF84
Text Example
Text Example
White with #74DF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DF84; }
p { color: rgb(116,223,132); }
H1.HeaderClassName
{
color: #74DF84;
}
.AnyTagClassName
{
color: #74DF84;
}
</style>
background-color css
<style>
a { background-color: #74DF84; }
a { background-color: rgb(116,223,132); }
div.DivClassName
{
background-color: #74DF84;
}
.BgClassName
{
background-color: #74DF84;
}
</style>
border-color css
<style>
span { border-color: #74DF84; }
span { border-color: rgb(116,223,132); }
td.TdClassName
{
border-color: #74DF84;
}
.TagClassName
{
border-color: #74DF84;
}
</style>