Shades of Pastel Green #6DF27F
Tints of Pastel Green #6DF27F
RGB
CMYK
RGB Variations
Color information
#6DF27F (or 0x6DF27F) is known color: Pastel Green. HEX triplet: 6D, F2 and 7F. RGB value is (109,242,127). Sum of RGB (Red+Green+Blue) = 109+242+127=478 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.80% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #6DF27F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6DF27F is #920D80. Grayscale: #BDBDBD. Windows color (decimal): -9571713 or 8385133. OLE color: 8385133.
HSL color Cylindrical-coordinate representation of color #6DF27F: hue angle of 128.12º 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 #6DF27F is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 242 | 127 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.05 |
| HSL | 128.12º | 0.84% | 0.69% | - |
| HSV(B) | 128.12º | 0.55% | 0.95% | - |
| XYZ | 41.89 | 68.29 | 31.05 | - |
| YUV | 189.12 | 92.94 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 242 | 127 | 0.55 | 0 | 0.48 | 0.05 | 128.12 | 0.84 | 0.69 |
| Hex | 6D | F2 | 7F | 37 | 0 | 30 | 5 | 80 | 54 | 45 |
| Octal | 155 | 362 | 177 | 67 | 0 | 60 | 5 | 200 | 124 | 105 |
| Binary | 1101101 | 11110010 | 1111111 | 110111 | 0 | 110000 | 101 | 10000000 | 1010100 | 1000101 |
Color Harmonies of #6DF27F
Complementary color
Monochromatic Colors of #6DF27F
Black with #6DF27F
Text Example
Text Example
White with #6DF27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF27F; }
p { color: rgb(109,242,127); }
H1.HeaderClassName
{
color: #6DF27F;
}
.AnyTagClassName
{
color: #6DF27F;
}
</style>
background-color css
<style>
a { background-color: #6DF27F; }
a { background-color: rgb(109,242,127); }
div.DivClassName
{
background-color: #6DF27F;
}
.BgClassName
{
background-color: #6DF27F;
}
</style>
border-color css
<style>
span { border-color: #6DF27F; }
span { border-color: rgb(109,242,127); }
td.TdClassName
{
border-color: #6DF27F;
}
.TagClassName
{
border-color: #6DF27F;
}
</style>