Shades of Pastel Green #74D681
Tints of Pastel Green #74D681
RGB
CMYK
RGB Variations
Color information
#74D681 (or 0x74D681) is known color: Pastel Green. HEX triplet: 74, D6 and 81. RGB value is (116,214,129). Sum of RGB (Red+Green+Blue) = 116+214+129=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #74D681 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D681 is #8B297E. Grayscale: #AFAFAF. Windows color (decimal): -9120127 or 8509044. OLE color: 8509044.
HSL color Cylindrical-coordinate representation of color #74D681: hue angle of 127.96º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D681 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 129 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.16 |
| HSL | 127.96º | 0.54% | 0.65% | - |
| HSV(B) | 127.96º | 0.46% | 0.84% | - |
| XYZ | 35.21 | 53.39 | 29.22 | - |
| YUV | 175.01 | 102.03 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 129 | 0.46 | 0 | 0.40 | 0.16 | 127.96 | 0.54 | 0.65 |
| Hex | 74 | D6 | 81 | 2E | 0 | 28 | 10 | 80 | 36 | 41 |
| Octal | 164 | 326 | 201 | 56 | 0 | 50 | 20 | 200 | 66 | 101 |
| Binary | 1110100 | 11010110 | 10000001 | 101110 | 0 | 101000 | 10000 | 10000000 | 110110 | 1000001 |
Color Harmonies of #74D681
Complementary color
Monochromatic Colors of #74D681
Black with #74D681
Text Example
Text Example
White with #74D681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D681; }
p { color: rgb(116,214,129); }
H1.HeaderClassName
{
color: #74D681;
}
.AnyTagClassName
{
color: #74D681;
}
</style>
background-color css
<style>
a { background-color: #74D681; }
a { background-color: rgb(116,214,129); }
div.DivClassName
{
background-color: #74D681;
}
.BgClassName
{
background-color: #74D681;
}
</style>
border-color css
<style>
span { border-color: #74D681; }
span { border-color: rgb(116,214,129); }
td.TdClassName
{
border-color: #74D681;
}
.TagClassName
{
border-color: #74D681;
}
</style>