Shades of Pastel Green #6DCC71
Tints of Pastel Green #6DCC71
RGB
CMYK
RGB Variations
Color information
#6DCC71 (or 0x6DCC71) is known color: Pastel Green. HEX triplet: 6D, CC and 71. RGB value is (109,204,113). Sum of RGB (Red+Green+Blue) = 109+204+113=426 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.59% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCC71 is #92338E. Grayscale: #A5A5A5. Windows color (decimal): -9581455 or 7457901. OLE color: 7457901.
HSL color Cylindrical-coordinate representation of color #6DCC71: hue angle of 122.53º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCC71 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 204 | 113 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.2 |
| HSL | 122.53º | 0.48% | 0.61% | - |
| HSV(B) | 122.53º | 0.47% | 0.8% | - |
| XYZ | 30.88 | 47.63 | 23.19 | - |
| YUV | 165.22 | 98.53 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 204 | 113 | 0.47 | 0 | 0.45 | 0.2 | 122.53 | 0.48 | 0.61 |
| Hex | 6D | CC | 71 | 2F | 0 | 2D | 14 | 7B | 30 | 3D |
| Octal | 155 | 314 | 161 | 57 | 0 | 55 | 24 | 173 | 60 | 75 |
| Binary | 1101101 | 11001100 | 1110001 | 101111 | 0 | 101101 | 10100 | 1111011 | 110000 | 111101 |
Color Harmonies of #6DCC71
Complementary color
Monochromatic Colors of #6DCC71
Black with #6DCC71
Text Example
Text Example
White with #6DCC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCC71; }
p { color: rgb(109,204,113); }
H1.HeaderClassName
{
color: #6DCC71;
}
.AnyTagClassName
{
color: #6DCC71;
}
</style>
background-color css
<style>
a { background-color: #6DCC71; }
a { background-color: rgb(109,204,113); }
div.DivClassName
{
background-color: #6DCC71;
}
.BgClassName
{
background-color: #6DCC71;
}
</style>
border-color css
<style>
span { border-color: #6DCC71; }
span { border-color: rgb(109,204,113); }
td.TdClassName
{
border-color: #6DCC71;
}
.TagClassName
{
border-color: #6DCC71;
}
</style>