Shades of Pastel Green #6DE872
Tints of Pastel Green #6DE872
RGB
CMYK
RGB Variations
Color information
#6DE872 (or 0x6DE872) is known color: Pastel Green. HEX triplet: 6D, E8 and 72. RGB value is (109,232,114). Sum of RGB (Red+Green+Blue) = 109+232+114=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 232 (91.02% from 255 or 50.99% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 232 - color contains mainly: green. Hex color #6DE872 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6DE872 is #92178D. Grayscale: #B6B6B6. Windows color (decimal): -9574286 or 7530605. OLE color: 7530605.
HSL color Cylindrical-coordinate representation of color #6DE872: hue angle of 122.44º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DE872 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 232 | 114 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.09 |
| HSL | 122.44º | 0.73% | 0.67% | - |
| HSV(B) | 122.44º | 0.53% | 0.91% | - |
| XYZ | 38.2 | 62.18 | 25.91 | - |
| YUV | 181.77 | 89.75 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 232 | 114 | 0.53 | 0 | 0.51 | 0.09 | 122.44 | 0.73 | 0.67 |
| Hex | 6D | E8 | 72 | 35 | 0 | 33 | 9 | 7A | 49 | 43 |
| Octal | 155 | 350 | 162 | 65 | 0 | 63 | 11 | 172 | 111 | 103 |
| Binary | 1101101 | 11101000 | 1110010 | 110101 | 0 | 110011 | 1001 | 1111010 | 1001001 | 1000011 |
Color Harmonies of #6DE872
Complementary color
Monochromatic Colors of #6DE872
Black with #6DE872
Text Example
Text Example
White with #6DE872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE872; }
p { color: rgb(109,232,114); }
H1.HeaderClassName
{
color: #6DE872;
}
.AnyTagClassName
{
color: #6DE872;
}
</style>
background-color css
<style>
a { background-color: #6DE872; }
a { background-color: rgb(109,232,114); }
div.DivClassName
{
background-color: #6DE872;
}
.BgClassName
{
background-color: #6DE872;
}
</style>
border-color css
<style>
span { border-color: #6DE872; }
span { border-color: rgb(109,232,114); }
td.TdClassName
{
border-color: #6DE872;
}
.TagClassName
{
border-color: #6DE872;
}
</style>