Shades of Pastel Green #6DF081
Tints of Pastel Green #6DF081
RGB
CMYK
RGB Variations
Color information
#6DF081 (or 0x6DF081) is known color: Pastel Green. HEX triplet: 6D, F0 and 81. RGB value is (109,240,129). Sum of RGB (Red+Green+Blue) = 109+240+129=478 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.80% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF081 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DF081 is #920F7E. Grayscale: #BCBCBC. Windows color (decimal): -9572223 or 8515693. OLE color: 8515693.
HSL color Cylindrical-coordinate representation of color #6DF081: hue angle of 129.16º 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 #6DF081 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 240 | 129 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.06 |
| HSL | 129.16º | 0.81% | 0.68% | - |
| HSV(B) | 129.16º | 0.55% | 0.94% | - |
| XYZ | 41.43 | 67.16 | 31.55 | - |
| YUV | 188.18 | 94.6 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 240 | 129 | 0.55 | 0 | 0.46 | 0.06 | 129.16 | 0.81 | 0.68 |
| Hex | 6D | F0 | 81 | 37 | 0 | 2E | 6 | 81 | 51 | 44 |
| Octal | 155 | 360 | 201 | 67 | 0 | 56 | 6 | 201 | 121 | 104 |
| Binary | 1101101 | 11110000 | 10000001 | 110111 | 0 | 101110 | 110 | 10000001 | 1010001 | 1000100 |
Color Harmonies of #6DF081
Complementary color
Monochromatic Colors of #6DF081
Black with #6DF081
Text Example
Text Example
White with #6DF081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF081; }
p { color: rgb(109,240,129); }
H1.HeaderClassName
{
color: #6DF081;
}
.AnyTagClassName
{
color: #6DF081;
}
</style>
background-color css
<style>
a { background-color: #6DF081; }
a { background-color: rgb(109,240,129); }
div.DivClassName
{
background-color: #6DF081;
}
.BgClassName
{
background-color: #6DF081;
}
</style>
border-color css
<style>
span { border-color: #6DF081; }
span { border-color: rgb(109,240,129); }
td.TdClassName
{
border-color: #6DF081;
}
.TagClassName
{
border-color: #6DF081;
}
</style>