Shades of Pastel Green #74D481
Tints of Pastel Green #74D481
RGB
CMYK
RGB Variations
Color information
#74D481 (or 0x74D481) is known color: Pastel Green. HEX triplet: 74, D4 and 81. RGB value is (116,212,129). Sum of RGB (Red+Green+Blue) = 116+212+129=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 212 (83.20% from 255 or 46.39% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 212 - color contains mainly: green. Hex color #74D481 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D481 is #8B2B7E. Grayscale: #AEAEAE. Windows color (decimal): -9120639 or 8508532. OLE color: 8508532.
HSL color Cylindrical-coordinate representation of color #74D481: hue angle of 128.12º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D481 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 212 | 129 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.17 |
| HSL | 128.13º | 0.53% | 0.64% | - |
| HSV(B) | 128.13º | 0.45% | 0.83% | - |
| XYZ | 34.71 | 52.38 | 29.05 | - |
| YUV | 173.83 | 102.7 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 212 | 129 | 0.45 | 0 | 0.39 | 0.17 | 128.13 | 0.53 | 0.64 |
| Hex | 74 | D4 | 81 | 2D | 0 | 27 | 11 | 80 | 35 | 40 |
| Octal | 164 | 324 | 201 | 55 | 0 | 47 | 21 | 200 | 65 | 100 |
| Binary | 1110100 | 11010100 | 10000001 | 101101 | 0 | 100111 | 10001 | 10000000 | 110101 | 1000000 |
Color Harmonies of #74D481
Complementary color
Monochromatic Colors of #74D481
Black with #74D481
Text Example
Text Example
White with #74D481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D481; }
p { color: rgb(116,212,129); }
H1.HeaderClassName
{
color: #74D481;
}
.AnyTagClassName
{
color: #74D481;
}
</style>
background-color css
<style>
a { background-color: #74D481; }
a { background-color: rgb(116,212,129); }
div.DivClassName
{
background-color: #74D481;
}
.BgClassName
{
background-color: #74D481;
}
</style>
border-color css
<style>
span { border-color: #74D481; }
span { border-color: rgb(116,212,129); }
td.TdClassName
{
border-color: #74D481;
}
.TagClassName
{
border-color: #74D481;
}
</style>