Shades of Pastel Green #74DB81
Tints of Pastel Green #74DB81
RGB
CMYK
RGB Variations
Color information
#74DB81 (or 0x74DB81) is known color: Pastel Green. HEX triplet: 74, DB and 81. RGB value is (116,219,129). Sum of RGB (Red+Green+Blue) = 116+219+129=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DB81 is #8B247E. Grayscale: #B2B2B2. Windows color (decimal): -9118847 or 8510324. OLE color: 8510324.
HSL color Cylindrical-coordinate representation of color #74DB81: hue angle of 127.57º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DB81 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 129 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.14 |
| HSL | 127.57º | 0.59% | 0.66% | - |
| HSV(B) | 127.57º | 0.47% | 0.86% | - |
| XYZ | 36.5 | 55.96 | 29.65 | - |
| YUV | 177.94 | 100.38 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 129 | 0.47 | 0 | 0.41 | 0.14 | 127.57 | 0.59 | 0.66 |
| Hex | 74 | DB | 81 | 2F | 0 | 29 | E | 80 | 3B | 42 |
| Octal | 164 | 333 | 201 | 57 | 0 | 51 | 16 | 200 | 73 | 102 |
| Binary | 1110100 | 11011011 | 10000001 | 101111 | 0 | 101001 | 1110 | 10000000 | 111011 | 1000010 |
Color Harmonies of #74DB81
Complementary color
Monochromatic Colors of #74DB81
Black with #74DB81
Text Example
Text Example
White with #74DB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DB81; }
p { color: rgb(116,219,129); }
H1.HeaderClassName
{
color: #74DB81;
}
.AnyTagClassName
{
color: #74DB81;
}
</style>
background-color css
<style>
a { background-color: #74DB81; }
a { background-color: rgb(116,219,129); }
div.DivClassName
{
background-color: #74DB81;
}
.BgClassName
{
background-color: #74DB81;
}
</style>
border-color css
<style>
span { border-color: #74DB81; }
span { border-color: rgb(116,219,129); }
td.TdClassName
{
border-color: #74DB81;
}
.TagClassName
{
border-color: #74DB81;
}
</style>