Shades of Pastel Green #6DF27C
Tints of Pastel Green #6DF27C
RGB
CMYK
RGB Variations
Color information
#6DF27C (or 0x6DF27C) is known color: Pastel Green. HEX triplet: 6D, F2 and 7C. RGB value is (109,242,124). Sum of RGB (Red+Green+Blue) = 109+242+124=475 (62% of max value = 765). Red value is 109 (42.97% from 255 or 22.95% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #6DF27C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6DF27C is #920D83. Grayscale: #BDBDBD. Windows color (decimal): -9571716 or 8188525. OLE color: 8188525.
HSL color Cylindrical-coordinate representation of color #6DF27C: hue angle of 126.77º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF27C is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 242 | 124 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.05 |
| HSL | 126.77º | 0.84% | 0.69% | - |
| HSV(B) | 126.77º | 0.55% | 0.95% | - |
| XYZ | 41.7 | 68.21 | 30.04 | - |
| YUV | 188.78 | 91.44 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 242 | 124 | 0.55 | 0 | 0.49 | 0.05 | 126.77 | 0.84 | 0.69 |
| Hex | 6D | F2 | 7C | 37 | 0 | 31 | 5 | 7F | 54 | 45 |
| Octal | 155 | 362 | 174 | 67 | 0 | 61 | 5 | 177 | 124 | 105 |
| Binary | 1101101 | 11110010 | 1111100 | 110111 | 0 | 110001 | 101 | 1111111 | 1010100 | 1000101 |
Color Harmonies of #6DF27C
Complementary color
Monochromatic Colors of #6DF27C
Black with #6DF27C
Text Example
Text Example
White with #6DF27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF27C; }
p { color: rgb(109,242,124); }
H1.HeaderClassName
{
color: #6DF27C;
}
.AnyTagClassName
{
color: #6DF27C;
}
</style>
background-color css
<style>
a { background-color: #6DF27C; }
a { background-color: rgb(109,242,124); }
div.DivClassName
{
background-color: #6DF27C;
}
.BgClassName
{
background-color: #6DF27C;
}
</style>
border-color css
<style>
span { border-color: #6DF27C; }
span { border-color: rgb(109,242,124); }
td.TdClassName
{
border-color: #6DF27C;
}
.TagClassName
{
border-color: #6DF27C;
}
</style>