Shades of Pastel Green #6DF07F
Tints of Pastel Green #6DF07F
RGB
CMYK
RGB Variations
Color information
#6DF07F (or 0x6DF07F) is known color: Pastel Green. HEX triplet: 6D, F0 and 7F. RGB value is (109,240,127). Sum of RGB (Red+Green+Blue) = 109+240+127=476 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.90% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF07F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6DF07F is #920F80. Grayscale: #BCBCBC. Windows color (decimal): -9572225 or 8384621. OLE color: 8384621.
HSL color Cylindrical-coordinate representation of color #6DF07F: hue angle of 128.24º 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 #6DF07F is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 240 | 127 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.06 |
| HSL | 128.24º | 0.81% | 0.68% | - |
| HSV(B) | 128.24º | 0.55% | 0.94% | - |
| XYZ | 41.3 | 67.1 | 30.85 | - |
| YUV | 187.95 | 93.6 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 240 | 127 | 0.55 | 0 | 0.47 | 0.06 | 128.24 | 0.81 | 0.68 |
| Hex | 6D | F0 | 7F | 37 | 0 | 2F | 6 | 80 | 51 | 44 |
| Octal | 155 | 360 | 177 | 67 | 0 | 57 | 6 | 200 | 121 | 104 |
| Binary | 1101101 | 11110000 | 1111111 | 110111 | 0 | 101111 | 110 | 10000000 | 1010001 | 1000100 |
Color Harmonies of #6DF07F
Complementary color
Monochromatic Colors of #6DF07F
Black with #6DF07F
Text Example
Text Example
White with #6DF07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF07F; }
p { color: rgb(109,240,127); }
H1.HeaderClassName
{
color: #6DF07F;
}
.AnyTagClassName
{
color: #6DF07F;
}
</style>
background-color css
<style>
a { background-color: #6DF07F; }
a { background-color: rgb(109,240,127); }
div.DivClassName
{
background-color: #6DF07F;
}
.BgClassName
{
background-color: #6DF07F;
}
</style>
border-color css
<style>
span { border-color: #6DF07F; }
span { border-color: rgb(109,240,127); }
td.TdClassName
{
border-color: #6DF07F;
}
.TagClassName
{
border-color: #6DF07F;
}
</style>