Shades of Pastel Green #74DD83
Tints of Pastel Green #74DD83
RGB
CMYK
RGB Variations
Color information
#74DD83 (or 0x74DD83) is known color: Pastel Green. HEX triplet: 74, DD and 83. RGB value is (116,221,131). Sum of RGB (Red+Green+Blue) = 116+221+131=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DD83 is #8B227C. Grayscale: #B3B3B3. Windows color (decimal): -9118333 or 8641908. OLE color: 8641908.
HSL color Cylindrical-coordinate representation of color #74DD83: hue angle of 128.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DD83 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 221 | 131 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.13 |
| HSL | 128.57º | 0.61% | 0.66% | - |
| HSV(B) | 128.57º | 0.48% | 0.87% | - |
| XYZ | 37.16 | 57.06 | 30.53 | - |
| YUV | 179.35 | 100.71 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 221 | 131 | 0.48 | 0 | 0.41 | 0.13 | 128.57 | 0.61 | 0.66 |
| Hex | 74 | DD | 83 | 30 | 0 | 29 | D | 81 | 3D | 42 |
| Octal | 164 | 335 | 203 | 60 | 0 | 51 | 15 | 201 | 75 | 102 |
| Binary | 1110100 | 11011101 | 10000011 | 110000 | 0 | 101001 | 1101 | 10000001 | 111101 | 1000010 |
Color Harmonies of #74DD83
Complementary color
Monochromatic Colors of #74DD83
Black with #74DD83
Text Example
Text Example
White with #74DD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DD83; }
p { color: rgb(116,221,131); }
H1.HeaderClassName
{
color: #74DD83;
}
.AnyTagClassName
{
color: #74DD83;
}
</style>
background-color css
<style>
a { background-color: #74DD83; }
a { background-color: rgb(116,221,131); }
div.DivClassName
{
background-color: #74DD83;
}
.BgClassName
{
background-color: #74DD83;
}
</style>
border-color css
<style>
span { border-color: #74DD83; }
span { border-color: rgb(116,221,131); }
td.TdClassName
{
border-color: #74DD83;
}
.TagClassName
{
border-color: #74DD83;
}
</style>