Shades of Pastel Green #6DF785
Tints of Pastel Green #6DF785
RGB
CMYK
RGB Variations
Color information
#6DF785 (or 0x6DF785) is known color: Pastel Green. HEX triplet: 6D, F7 and 85. RGB value is (109,247,133). Sum of RGB (Red+Green+Blue) = 109+247+133=489 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.29% from 489); Green value is 247 (96.88% from 255 or 50.51% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 247 - color contains mainly: green. Hex color #6DF785 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DF785 is #92087A. Grayscale: #C1C1C1. Windows color (decimal): -9570427 or 8779629. OLE color: 8779629.
HSL color Cylindrical-coordinate representation of color #6DF785: hue angle of 130.43º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DF785 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 109 | 247 | 133 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.03 |
| HSL | 130.43º | 0.9% | 0.7% | - |
| HSV(B) | 130.43º | 0.56% | 0.97% | - |
| XYZ | 43.8 | 71.47 | 33.68 | - |
| YUV | 192.74 | 94.28 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 247 | 133 | 0.56 | 0 | 0.46 | 0.03 | 130.43 | 0.9 | 0.7 |
| Hex | 6D | F7 | 85 | 38 | 0 | 2E | 3 | 82 | 5A | 46 |
| Octal | 155 | 367 | 205 | 70 | 0 | 56 | 3 | 202 | 132 | 106 |
| Binary | 1101101 | 11110111 | 10000101 | 111000 | 0 | 101110 | 11 | 10000010 | 1011010 | 1000110 |
Color Harmonies of #6DF785
Complementary color
Monochromatic Colors of #6DF785
Black with #6DF785
Text Example
Text Example
White with #6DF785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF785; }
p { color: rgb(109,247,133); }
H1.HeaderClassName
{
color: #6DF785;
}
.AnyTagClassName
{
color: #6DF785;
}
</style>
background-color css
<style>
a { background-color: #6DF785; }
a { background-color: rgb(109,247,133); }
div.DivClassName
{
background-color: #6DF785;
}
.BgClassName
{
background-color: #6DF785;
}
</style>
border-color css
<style>
span { border-color: #6DF785; }
span { border-color: rgb(109,247,133); }
td.TdClassName
{
border-color: #6DF785;
}
.TagClassName
{
border-color: #6DF785;
}
</style>