Shades of Pastel Green #74DB8A
Tints of Pastel Green #74DB8A
RGB
CMYK
RGB Variations
Color information
#74DB8A (or 0x74DB8A) is known color: Pastel Green. HEX triplet: 74, DB and 8A. RGB value is (116,219,138). Sum of RGB (Red+Green+Blue) = 116+219+138=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DB8A is #8B2475. Grayscale: #B3B3B3. Windows color (decimal): -9118838 or 9100148. OLE color: 9100148.
HSL color Cylindrical-coordinate representation of color #74DB8A: hue angle of 132.82º 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 #74DB8A is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 138 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.14 |
| HSL | 132.82º | 0.59% | 0.66% | - |
| HSV(B) | 132.82º | 0.47% | 0.86% | - |
| XYZ | 37.12 | 56.21 | 32.94 | - |
| YUV | 178.97 | 104.88 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 138 | 0.47 | 0 | 0.37 | 0.14 | 132.82 | 0.59 | 0.66 |
| Hex | 74 | DB | 8A | 2F | 0 | 25 | E | 85 | 3B | 42 |
| Octal | 164 | 333 | 212 | 57 | 0 | 45 | 16 | 205 | 73 | 102 |
| Binary | 1110100 | 11011011 | 10001010 | 101111 | 0 | 100101 | 1110 | 10000101 | 111011 | 1000010 |
Color Harmonies of #74DB8A
Complementary color
Monochromatic Colors of #74DB8A
Black with #74DB8A
Text Example
Text Example
White with #74DB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DB8A; }
p { color: rgb(116,219,138); }
H1.HeaderClassName
{
color: #74DB8A;
}
.AnyTagClassName
{
color: #74DB8A;
}
</style>
background-color css
<style>
a { background-color: #74DB8A; }
a { background-color: rgb(116,219,138); }
div.DivClassName
{
background-color: #74DB8A;
}
.BgClassName
{
background-color: #74DB8A;
}
</style>
border-color css
<style>
span { border-color: #74DB8A; }
span { border-color: rgb(116,219,138); }
td.TdClassName
{
border-color: #74DB8A;
}
.TagClassName
{
border-color: #74DB8A;
}
</style>