Shades of Pastel Green #6DCF81
Tints of Pastel Green #6DCF81
RGB
CMYK
RGB Variations
Color information
#6DCF81 (or 0x6DCF81) is known color: Pastel Green. HEX triplet: 6D, CF and 81. RGB value is (109,207,129). Sum of RGB (Red+Green+Blue) = 109+207+129=445 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.49% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCF81 is #92307E. Grayscale: #A9A9A9. Windows color (decimal): -9580671 or 8507245. OLE color: 8507245.
HSL color Cylindrical-coordinate representation of color #6DCF81: hue angle of 132.24º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCF81 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 129 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.19 |
| HSL | 132.24º | 0.51% | 0.62% | - |
| HSV(B) | 132.24º | 0.47% | 0.81% | - |
| XYZ | 32.58 | 49.46 | 28.6 | - |
| YUV | 168.81 | 105.53 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 129 | 0.47 | 0 | 0.38 | 0.19 | 132.24 | 0.51 | 0.62 |
| Hex | 6D | CF | 81 | 2F | 0 | 26 | 13 | 84 | 33 | 3E |
| Octal | 155 | 317 | 201 | 57 | 0 | 46 | 23 | 204 | 63 | 76 |
| Binary | 1101101 | 11001111 | 10000001 | 101111 | 0 | 100110 | 10011 | 10000100 | 110011 | 111110 |
Color Harmonies of #6DCF81
Complementary color
Monochromatic Colors of #6DCF81
Black with #6DCF81
Text Example
Text Example
White with #6DCF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCF81; }
p { color: rgb(109,207,129); }
H1.HeaderClassName
{
color: #6DCF81;
}
.AnyTagClassName
{
color: #6DCF81;
}
</style>
background-color css
<style>
a { background-color: #6DCF81; }
a { background-color: rgb(109,207,129); }
div.DivClassName
{
background-color: #6DCF81;
}
.BgClassName
{
background-color: #6DCF81;
}
</style>
border-color css
<style>
span { border-color: #6DCF81; }
span { border-color: rgb(109,207,129); }
td.TdClassName
{
border-color: #6DCF81;
}
.TagClassName
{
border-color: #6DCF81;
}
</style>