Shades of Pastel Green #74DB7A
Tints of Pastel Green #74DB7A
RGB
CMYK
RGB Variations
Color information
#74DB7A (or 0x74DB7A) is known color: Pastel Green. HEX triplet: 74, DB and 7A. RGB value is (116,219,122). Sum of RGB (Red+Green+Blue) = 116+219+122=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DB7A is #8B2485. Grayscale: #B1B1B1. Windows color (decimal): -9118854 or 8051572. OLE color: 8051572.
HSL color Cylindrical-coordinate representation of color #74DB7A: hue angle of 123.5º 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 #74DB7A is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 122 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.14 |
| HSL | 123.5º | 0.59% | 0.66% | - |
| HSV(B) | 123.5º | 0.47% | 0.86% | - |
| XYZ | 36.05 | 55.78 | 27.28 | - |
| YUV | 177.15 | 96.88 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 122 | 0.47 | 0 | 0.44 | 0.14 | 123.5 | 0.59 | 0.66 |
| Hex | 74 | DB | 7A | 2F | 0 | 2C | E | 7B | 3B | 42 |
| Octal | 164 | 333 | 172 | 57 | 0 | 54 | 16 | 173 | 73 | 102 |
| Binary | 1110100 | 11011011 | 1111010 | 101111 | 0 | 101100 | 1110 | 1111011 | 111011 | 1000010 |
Color Harmonies of #74DB7A
Complementary color
Monochromatic Colors of #74DB7A
Black with #74DB7A
Text Example
Text Example
White with #74DB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DB7A; }
p { color: rgb(116,219,122); }
H1.HeaderClassName
{
color: #74DB7A;
}
.AnyTagClassName
{
color: #74DB7A;
}
</style>
background-color css
<style>
a { background-color: #74DB7A; }
a { background-color: rgb(116,219,122); }
div.DivClassName
{
background-color: #74DB7A;
}
.BgClassName
{
background-color: #74DB7A;
}
</style>
border-color css
<style>
span { border-color: #74DB7A; }
span { border-color: rgb(116,219,122); }
td.TdClassName
{
border-color: #74DB7A;
}
.TagClassName
{
border-color: #74DB7A;
}
</style>