Shades of Pastel Green #6DF088
Tints of Pastel Green #6DF088
RGB
CMYK
RGB Variations
Color information
#6DF088 (or 0x6DF088) is known color: Pastel Green. HEX triplet: 6D, F0 and 88. RGB value is (109,240,136). Sum of RGB (Red+Green+Blue) = 109+240+136=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF088 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DF088 is #920F77. Grayscale: #BDBDBD. Windows color (decimal): -9572216 or 8974445. OLE color: 8974445.
HSL color Cylindrical-coordinate representation of color #6DF088: hue angle of 132.37º 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 #6DF088 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 240 | 136 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.06 |
| HSL | 132.37º | 0.81% | 0.68% | - |
| HSV(B) | 132.37º | 0.55% | 0.94% | - |
| XYZ | 41.91 | 67.35 | 34.08 | - |
| YUV | 188.98 | 98.1 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 240 | 136 | 0.55 | 0 | 0.43 | 0.06 | 132.37 | 0.81 | 0.68 |
| Hex | 6D | F0 | 88 | 37 | 0 | 2B | 6 | 84 | 51 | 44 |
| Octal | 155 | 360 | 210 | 67 | 0 | 53 | 6 | 204 | 121 | 104 |
| Binary | 1101101 | 11110000 | 10001000 | 110111 | 0 | 101011 | 110 | 10000100 | 1010001 | 1000100 |
Color Harmonies of #6DF088
Complementary color
Monochromatic Colors of #6DF088
Black with #6DF088
Text Example
Text Example
White with #6DF088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF088; }
p { color: rgb(109,240,136); }
H1.HeaderClassName
{
color: #6DF088;
}
.AnyTagClassName
{
color: #6DF088;
}
</style>
background-color css
<style>
a { background-color: #6DF088; }
a { background-color: rgb(109,240,136); }
div.DivClassName
{
background-color: #6DF088;
}
.BgClassName
{
background-color: #6DF088;
}
</style>
border-color css
<style>
span { border-color: #6DF088; }
span { border-color: rgb(109,240,136); }
td.TdClassName
{
border-color: #6DF088;
}
.TagClassName
{
border-color: #6DF088;
}
</style>