Shades of Pastel Green #74DB7F
Tints of Pastel Green #74DB7F
RGB
CMYK
RGB Variations
Color information
#74DB7F (or 0x74DB7F) is known color: Pastel Green. HEX triplet: 74, DB and 7F. RGB value is (116,219,127). Sum of RGB (Red+Green+Blue) = 116+219+127=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DB7F is #8B2480. Grayscale: #B1B1B1. Windows color (decimal): -9118849 or 8379252. OLE color: 8379252.
HSL color Cylindrical-coordinate representation of color #74DB7F: hue angle of 126.41º 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 #74DB7F is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 127 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.14 |
| HSL | 126.41º | 0.59% | 0.66% | - |
| HSV(B) | 126.41º | 0.47% | 0.86% | - |
| XYZ | 36.36 | 55.91 | 28.95 | - |
| YUV | 177.72 | 99.38 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 127 | 0.47 | 0 | 0.42 | 0.14 | 126.41 | 0.59 | 0.66 |
| Hex | 74 | DB | 7F | 2F | 0 | 2A | E | 7E | 3B | 42 |
| Octal | 164 | 333 | 177 | 57 | 0 | 52 | 16 | 176 | 73 | 102 |
| Binary | 1110100 | 11011011 | 1111111 | 101111 | 0 | 101010 | 1110 | 1111110 | 111011 | 1000010 |
Color Harmonies of #74DB7F
Complementary color
Monochromatic Colors of #74DB7F
Black with #74DB7F
Text Example
Text Example
White with #74DB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DB7F; }
p { color: rgb(116,219,127); }
H1.HeaderClassName
{
color: #74DB7F;
}
.AnyTagClassName
{
color: #74DB7F;
}
</style>
background-color css
<style>
a { background-color: #74DB7F; }
a { background-color: rgb(116,219,127); }
div.DivClassName
{
background-color: #74DB7F;
}
.BgClassName
{
background-color: #74DB7F;
}
</style>
border-color css
<style>
span { border-color: #74DB7F; }
span { border-color: rgb(116,219,127); }
td.TdClassName
{
border-color: #74DB7F;
}
.TagClassName
{
border-color: #74DB7F;
}
</style>