Shades of Pastel Green #6DCA74
Tints of Pastel Green #6DCA74
RGB
CMYK
RGB Variations
Color information
#6DCA74 (or 0x6DCA74) is known color: Pastel Green. HEX triplet: 6D, CA and 74. RGB value is (109,202,116). Sum of RGB (Red+Green+Blue) = 109+202+116=427 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.53% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCA74 is #92358B. Grayscale: #A4A4A4. Windows color (decimal): -9581964 or 7653997. OLE color: 7653997.
HSL color Cylindrical-coordinate representation of color #6DCA74: hue angle of 124.52º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCA74 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 202 | 116 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.21 |
| HSL | 124.52º | 0.47% | 0.61% | - |
| HSV(B) | 124.52º | 0.46% | 0.79% | - |
| XYZ | 30.58 | 46.75 | 23.94 | - |
| YUV | 164.39 | 100.69 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 202 | 116 | 0.46 | 0 | 0.43 | 0.21 | 124.52 | 0.47 | 0.61 |
| Hex | 6D | CA | 74 | 2E | 0 | 2B | 15 | 7D | 2F | 3D |
| Octal | 155 | 312 | 164 | 56 | 0 | 53 | 25 | 175 | 57 | 75 |
| Binary | 1101101 | 11001010 | 1110100 | 101110 | 0 | 101011 | 10101 | 1111101 | 101111 | 111101 |
Color Harmonies of #6DCA74
Complementary color
Monochromatic Colors of #6DCA74
Black with #6DCA74
Text Example
Text Example
White with #6DCA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCA74; }
p { color: rgb(109,202,116); }
H1.HeaderClassName
{
color: #6DCA74;
}
.AnyTagClassName
{
color: #6DCA74;
}
</style>
background-color css
<style>
a { background-color: #6DCA74; }
a { background-color: rgb(109,202,116); }
div.DivClassName
{
background-color: #6DCA74;
}
.BgClassName
{
background-color: #6DCA74;
}
</style>
border-color css
<style>
span { border-color: #6DCA74; }
span { border-color: rgb(109,202,116); }
td.TdClassName
{
border-color: #6DCA74;
}
.TagClassName
{
border-color: #6DCA74;
}
</style>