Shades of Pastel Green #6DF08B
Tints of Pastel Green #6DF08B
RGB
CMYK
RGB Variations
Color information
#6DF08B (or 0x6DF08B) is known color: Pastel Green. HEX triplet: 6D, F0 and 8B. RGB value is (109,240,139). Sum of RGB (Red+Green+Blue) = 109+240+139=488 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.34% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF08B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DF08B is #920F74. Grayscale: #BDBDBD. Windows color (decimal): -9572213 or 9171053. OLE color: 9171053.
HSL color Cylindrical-coordinate representation of color #6DF08B: hue angle of 133.74º 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 #6DF08B is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 240 | 139 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.06 |
| HSL | 133.74º | 0.81% | 0.68% | - |
| HSV(B) | 133.74º | 0.55% | 0.94% | - |
| XYZ | 42.13 | 67.44 | 35.22 | - |
| YUV | 189.32 | 99.6 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 240 | 139 | 0.55 | 0 | 0.42 | 0.06 | 133.74 | 0.81 | 0.68 |
| Hex | 6D | F0 | 8B | 37 | 0 | 2A | 6 | 86 | 51 | 44 |
| Octal | 155 | 360 | 213 | 67 | 0 | 52 | 6 | 206 | 121 | 104 |
| Binary | 1101101 | 11110000 | 10001011 | 110111 | 0 | 101010 | 110 | 10000110 | 1010001 | 1000100 |
Color Harmonies of #6DF08B
Complementary color
Monochromatic Colors of #6DF08B
Black with #6DF08B
Text Example
Text Example
White with #6DF08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF08B; }
p { color: rgb(109,240,139); }
H1.HeaderClassName
{
color: #6DF08B;
}
.AnyTagClassName
{
color: #6DF08B;
}
</style>
background-color css
<style>
a { background-color: #6DF08B; }
a { background-color: rgb(109,240,139); }
div.DivClassName
{
background-color: #6DF08B;
}
.BgClassName
{
background-color: #6DF08B;
}
</style>
border-color css
<style>
span { border-color: #6DF08B; }
span { border-color: rgb(109,240,139); }
td.TdClassName
{
border-color: #6DF08B;
}
.TagClassName
{
border-color: #6DF08B;
}
</style>