Shades of Pastel Green #6DF08C
Tints of Pastel Green #6DF08C
RGB
CMYK
RGB Variations
Color information
#6DF08C (or 0x6DF08C) is known color: Pastel Green. HEX triplet: 6D, F0 and 8C. RGB value is (109,240,140). Sum of RGB (Red+Green+Blue) = 109+240+140=489 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.29% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF08C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DF08C is #920F73. Grayscale: #BDBDBD. Windows color (decimal): -9572212 or 9236589. OLE color: 9236589.
HSL color Cylindrical-coordinate representation of color #6DF08C: hue angle of 134.2º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF08C is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 240 | 140 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.06 |
| HSL | 134.2º | 0.81% | 0.68% | - |
| HSV(B) | 134.2º | 0.55% | 0.94% | - |
| XYZ | 42.2 | 67.46 | 35.61 | - |
| YUV | 189.43 | 100.1 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 240 | 140 | 0.55 | 0 | 0.42 | 0.06 | 134.2 | 0.81 | 0.68 |
| Hex | 6D | F0 | 8C | 37 | 0 | 2A | 6 | 86 | 51 | 44 |
| Octal | 155 | 360 | 214 | 67 | 0 | 52 | 6 | 206 | 121 | 104 |
| Binary | 1101101 | 11110000 | 10001100 | 110111 | 0 | 101010 | 110 | 10000110 | 1010001 | 1000100 |
Color Harmonies of #6DF08C
Complementary color
Monochromatic Colors of #6DF08C
Black with #6DF08C
Text Example
Text Example
White with #6DF08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF08C; }
p { color: rgb(109,240,140); }
H1.HeaderClassName
{
color: #6DF08C;
}
.AnyTagClassName
{
color: #6DF08C;
}
</style>
background-color css
<style>
a { background-color: #6DF08C; }
a { background-color: rgb(109,240,140); }
div.DivClassName
{
background-color: #6DF08C;
}
.BgClassName
{
background-color: #6DF08C;
}
</style>
border-color css
<style>
span { border-color: #6DF08C; }
span { border-color: rgb(109,240,140); }
td.TdClassName
{
border-color: #6DF08C;
}
.TagClassName
{
border-color: #6DF08C;
}
</style>