Shades of Pastel Green #74DC69
Tints of Pastel Green #74DC69
RGB
CMYK
RGB Variations
Color information
#74DC69 (or 0x74DC69) is known color: Pastel Green. HEX triplet: 74, DC and 69. RGB value is (116,220,105). Sum of RGB (Red+Green+Blue) = 116+220+105=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DC69 is #8B2396. Grayscale: #B0B0B0. Windows color (decimal): -9118615 or 6937716. OLE color: 6937716.
HSL color Cylindrical-coordinate representation of color #74DC69: hue angle of 114.26º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74DC69 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 105 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.14 |
| HSL | 114.26º | 0.62% | 0.64% | - |
| HSV(B) | 114.26º | 0.52% | 0.86% | - |
| XYZ | 35.35 | 55.92 | 22.3 | - |
| YUV | 175.79 | 88.04 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 105 | 0.47 | 0 | 0.52 | 0.14 | 114.26 | 0.62 | 0.64 |
| Hex | 74 | DC | 69 | 2F | 0 | 34 | E | 72 | 3E | 40 |
| Octal | 164 | 334 | 151 | 57 | 0 | 64 | 16 | 162 | 76 | 100 |
| Binary | 1110100 | 11011100 | 1101001 | 101111 | 0 | 110100 | 1110 | 1110010 | 111110 | 1000000 |
Color Harmonies of #74DC69
Complementary color
Monochromatic Colors of #74DC69
Black with #74DC69
Text Example
Text Example
White with #74DC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DC69; }
p { color: rgb(116,220,105); }
H1.HeaderClassName
{
color: #74DC69;
}
.AnyTagClassName
{
color: #74DC69;
}
</style>
background-color css
<style>
a { background-color: #74DC69; }
a { background-color: rgb(116,220,105); }
div.DivClassName
{
background-color: #74DC69;
}
.BgClassName
{
background-color: #74DC69;
}
</style>
border-color css
<style>
span { border-color: #74DC69; }
span { border-color: rgb(116,220,105); }
td.TdClassName
{
border-color: #74DC69;
}
.TagClassName
{
border-color: #74DC69;
}
</style>