Shades of Pastel Green #6BED7F
Tints of Pastel Green #6BED7F
RGB
CMYK
RGB Variations
Color information
#6BED7F (or 0x6BED7F) is known color: Pastel Green. HEX triplet: 6B, ED and 7F. RGB value is (107,237,127). Sum of RGB (Red+Green+Blue) = 107+237+127=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #6BED7F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6BED7F is #941280. Grayscale: #B9B9B9. Windows color (decimal): -9704065 or 8383851. OLE color: 8383851.
HSL color Cylindrical-coordinate representation of color #6BED7F: hue angle of 129.23º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BED7F is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 127 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.07 |
| HSL | 129.23º | 0.78% | 0.67% | - |
| HSV(B) | 129.23º | 0.55% | 0.93% | - |
| XYZ | 40.18 | 65.23 | 30.55 | - |
| YUV | 185.59 | 94.93 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 127 | 0.55 | 0 | 0.46 | 0.07 | 129.23 | 0.78 | 0.67 |
| Hex | 6B | ED | 7F | 37 | 0 | 2E | 7 | 81 | 4E | 43 |
| Octal | 153 | 355 | 177 | 67 | 0 | 56 | 7 | 201 | 116 | 103 |
| Binary | 1101011 | 11101101 | 1111111 | 110111 | 0 | 101110 | 111 | 10000001 | 1001110 | 1000011 |
Color Harmonies of #6BED7F
Complementary color
Monochromatic Colors of #6BED7F
Black with #6BED7F
Text Example
Text Example
White with #6BED7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BED7F; }
p { color: rgb(107,237,127); }
H1.HeaderClassName
{
color: #6BED7F;
}
.AnyTagClassName
{
color: #6BED7F;
}
</style>
background-color css
<style>
a { background-color: #6BED7F; }
a { background-color: rgb(107,237,127); }
div.DivClassName
{
background-color: #6BED7F;
}
.BgClassName
{
background-color: #6BED7F;
}
</style>
border-color css
<style>
span { border-color: #6BED7F; }
span { border-color: rgb(107,237,127); }
td.TdClassName
{
border-color: #6BED7F;
}
.TagClassName
{
border-color: #6BED7F;
}
</style>