Shades of Pastel Green #6DF28D
Tints of Pastel Green #6DF28D
RGB
CMYK
RGB Variations
Color information
#6DF28D (or 0x6DF28D) is known color: Pastel Green. HEX triplet: 6D, F2 and 8D. RGB value is (109,242,141). Sum of RGB (Red+Green+Blue) = 109+242+141=492 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.15% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #6DF28D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DF28D is #920D72. Grayscale: #BEBEBE. Windows color (decimal): -9571699 or 9302637. OLE color: 9302637.
HSL color Cylindrical-coordinate representation of color #6DF28D: hue angle of 134.44º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF28D is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 242 | 141 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.05 |
| HSL | 134.44º | 0.84% | 0.69% | - |
| HSV(B) | 134.44º | 0.55% | 0.95% | - |
| XYZ | 42.87 | 68.68 | 36.2 | - |
| YUV | 190.72 | 99.94 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 242 | 141 | 0.55 | 0 | 0.42 | 0.05 | 134.44 | 0.84 | 0.69 |
| Hex | 6D | F2 | 8D | 37 | 0 | 2A | 5 | 86 | 54 | 45 |
| Octal | 155 | 362 | 215 | 67 | 0 | 52 | 5 | 206 | 124 | 105 |
| Binary | 1101101 | 11110010 | 10001101 | 110111 | 0 | 101010 | 101 | 10000110 | 1010100 | 1000101 |
Color Harmonies of #6DF28D
Complementary color
Monochromatic Colors of #6DF28D
Black with #6DF28D
Text Example
Text Example
White with #6DF28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF28D; }
p { color: rgb(109,242,141); }
H1.HeaderClassName
{
color: #6DF28D;
}
.AnyTagClassName
{
color: #6DF28D;
}
</style>
background-color css
<style>
a { background-color: #6DF28D; }
a { background-color: rgb(109,242,141); }
div.DivClassName
{
background-color: #6DF28D;
}
.BgClassName
{
background-color: #6DF28D;
}
</style>
border-color css
<style>
span { border-color: #6DF28D; }
span { border-color: rgb(109,242,141); }
td.TdClassName
{
border-color: #6DF28D;
}
.TagClassName
{
border-color: #6DF28D;
}
</style>