Shades of Pastel Green #6DF68A
Tints of Pastel Green #6DF68A
RGB
CMYK
RGB Variations
Color information
#6DF68A (or 0x6DF68A) is known color: Pastel Green. HEX triplet: 6D, F6 and 8A. RGB value is (109,246,138). Sum of RGB (Red+Green+Blue) = 109+246+138=493 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.11% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #6DF68A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DF68A is #920975. Grayscale: #C1C1C1. Windows color (decimal): -9570678 or 9107053. OLE color: 9107053.
HSL color Cylindrical-coordinate representation of color #6DF68A: hue angle of 132.7º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DF68A is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 109 | 246 | 138 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.04 |
| HSL | 132.7º | 0.88% | 0.7% | - |
| HSV(B) | 132.7º | 0.56% | 0.96% | - |
| XYZ | 43.85 | 71 | 35.44 | - |
| YUV | 192.73 | 97.11 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 246 | 138 | 0.56 | 0 | 0.44 | 0.04 | 132.7 | 0.88 | 0.7 |
| Hex | 6D | F6 | 8A | 38 | 0 | 2C | 4 | 85 | 58 | 46 |
| Octal | 155 | 366 | 212 | 70 | 0 | 54 | 4 | 205 | 130 | 106 |
| Binary | 1101101 | 11110110 | 10001010 | 111000 | 0 | 101100 | 100 | 10000101 | 1011000 | 1000110 |
Color Harmonies of #6DF68A
Complementary color
Monochromatic Colors of #6DF68A
Black with #6DF68A
Text Example
Text Example
White with #6DF68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF68A; }
p { color: rgb(109,246,138); }
H1.HeaderClassName
{
color: #6DF68A;
}
.AnyTagClassName
{
color: #6DF68A;
}
</style>
background-color css
<style>
a { background-color: #6DF68A; }
a { background-color: rgb(109,246,138); }
div.DivClassName
{
background-color: #6DF68A;
}
.BgClassName
{
background-color: #6DF68A;
}
</style>
border-color css
<style>
span { border-color: #6DF68A; }
span { border-color: rgb(109,246,138); }
td.TdClassName
{
border-color: #6DF68A;
}
.TagClassName
{
border-color: #6DF68A;
}
</style>