Shades of Pastel Green #74DB88
Tints of Pastel Green #74DB88
RGB
CMYK
RGB Variations
Color information
#74DB88 (or 0x74DB88) is known color: Pastel Green. HEX triplet: 74, DB and 88. RGB value is (116,219,136). Sum of RGB (Red+Green+Blue) = 116+219+136=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DB88 is #8B2477. Grayscale: #B2B2B2. Windows color (decimal): -9118840 or 8969076. OLE color: 8969076.
HSL color Cylindrical-coordinate representation of color #74DB88: hue angle of 131.65º 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 #74DB88 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 136 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.14 |
| HSL | 131.65º | 0.59% | 0.66% | - |
| HSV(B) | 131.65º | 0.47% | 0.86% | - |
| XYZ | 36.98 | 56.15 | 32.18 | - |
| YUV | 178.74 | 103.88 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 136 | 0.47 | 0 | 0.38 | 0.14 | 131.65 | 0.59 | 0.66 |
| Hex | 74 | DB | 88 | 2F | 0 | 26 | E | 84 | 3B | 42 |
| Octal | 164 | 333 | 210 | 57 | 0 | 46 | 16 | 204 | 73 | 102 |
| Binary | 1110100 | 11011011 | 10001000 | 101111 | 0 | 100110 | 1110 | 10000100 | 111011 | 1000010 |
Color Harmonies of #74DB88
Complementary color
Monochromatic Colors of #74DB88
Black with #74DB88
Text Example
Text Example
White with #74DB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DB88; }
p { color: rgb(116,219,136); }
H1.HeaderClassName
{
color: #74DB88;
}
.AnyTagClassName
{
color: #74DB88;
}
</style>
background-color css
<style>
a { background-color: #74DB88; }
a { background-color: rgb(116,219,136); }
div.DivClassName
{
background-color: #74DB88;
}
.BgClassName
{
background-color: #74DB88;
}
</style>
border-color css
<style>
span { border-color: #74DB88; }
span { border-color: rgb(116,219,136); }
td.TdClassName
{
border-color: #74DB88;
}
.TagClassName
{
border-color: #74DB88;
}
</style>