Shades of Pastel Green #6DCF84
Tints of Pastel Green #6DCF84
RGB
CMYK
RGB Variations
Color information
#6DCF84 (or 0x6DCF84) is known color: Pastel Green. HEX triplet: 6D, CF and 84. RGB value is (109,207,132). Sum of RGB (Red+Green+Blue) = 109+207+132=448 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.33% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCF84 is #92307B. Grayscale: #A9A9A9. Windows color (decimal): -9580668 or 8703853. OLE color: 8703853.
HSL color Cylindrical-coordinate representation of color #6DCF84: hue angle of 134.08º 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 #6DCF84 is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 132 | - |
| CMYK | 0.47 | 0 | 0.36 | 0.19 |
| HSL | 134.08º | 0.51% | 0.62% | - |
| HSV(B) | 134.08º | 0.47% | 0.81% | - |
| XYZ | 32.78 | 49.54 | 29.66 | - |
| YUV | 169.15 | 107.03 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 132 | 0.47 | 0 | 0.36 | 0.19 | 134.08 | 0.51 | 0.62 |
| Hex | 6D | CF | 84 | 2F | 0 | 24 | 13 | 86 | 33 | 3E |
| Octal | 155 | 317 | 204 | 57 | 0 | 44 | 23 | 206 | 63 | 76 |
| Binary | 1101101 | 11001111 | 10000100 | 101111 | 0 | 100100 | 10011 | 10000110 | 110011 | 111110 |
Color Harmonies of #6DCF84
Complementary color
Monochromatic Colors of #6DCF84
Black with #6DCF84
Text Example
Text Example
White with #6DCF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCF84; }
p { color: rgb(109,207,132); }
H1.HeaderClassName
{
color: #6DCF84;
}
.AnyTagClassName
{
color: #6DCF84;
}
</style>
background-color css
<style>
a { background-color: #6DCF84; }
a { background-color: rgb(109,207,132); }
div.DivClassName
{
background-color: #6DCF84;
}
.BgClassName
{
background-color: #6DCF84;
}
</style>
border-color css
<style>
span { border-color: #6DCF84; }
span { border-color: rgb(109,207,132); }
td.TdClassName
{
border-color: #6DCF84;
}
.TagClassName
{
border-color: #6DCF84;
}
</style>