Shades of Pastel Green #74DC83
Tints of Pastel Green #74DC83
RGB
CMYK
RGB Variations
Color information
#74DC83 (or 0x74DC83) is known color: Pastel Green. HEX triplet: 74, DC and 83. RGB value is (116,220,131). Sum of RGB (Red+Green+Blue) = 116+220+131=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DC83 is #8B237C. Grayscale: #B3B3B3. Windows color (decimal): -9118589 or 8641652. OLE color: 8641652.
HSL color Cylindrical-coordinate representation of color #74DC83: hue angle of 128.65º degrees, saturation: 0.6, 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 #74DC83 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 131 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.14 |
| HSL | 128.65º | 0.6% | 0.66% | - |
| HSV(B) | 128.65º | 0.47% | 0.86% | - |
| XYZ | 36.89 | 56.54 | 30.44 | - |
| YUV | 178.76 | 101.04 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 131 | 0.47 | 0 | 0.40 | 0.14 | 128.65 | 0.6 | 0.66 |
| Hex | 74 | DC | 83 | 2F | 0 | 28 | E | 81 | 3C | 42 |
| Octal | 164 | 334 | 203 | 57 | 0 | 50 | 16 | 201 | 74 | 102 |
| Binary | 1110100 | 11011100 | 10000011 | 101111 | 0 | 101000 | 1110 | 10000001 | 111100 | 1000010 |
Color Harmonies of #74DC83
Complementary color
Monochromatic Colors of #74DC83
Black with #74DC83
Text Example
Text Example
White with #74DC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DC83; }
p { color: rgb(116,220,131); }
H1.HeaderClassName
{
color: #74DC83;
}
.AnyTagClassName
{
color: #74DC83;
}
</style>
background-color css
<style>
a { background-color: #74DC83; }
a { background-color: rgb(116,220,131); }
div.DivClassName
{
background-color: #74DC83;
}
.BgClassName
{
background-color: #74DC83;
}
</style>
border-color css
<style>
span { border-color: #74DC83; }
span { border-color: rgb(116,220,131); }
td.TdClassName
{
border-color: #74DC83;
}
.TagClassName
{
border-color: #74DC83;
}
</style>