Shades of Pastel Green #6BDF7F
Tints of Pastel Green #6BDF7F
RGB
CMYK
RGB Variations
Color information
#6BDF7F (or 0x6BDF7F) is known color: Pastel Green. HEX triplet: 6B, DF and 7F. RGB value is (107,223,127). Sum of RGB (Red+Green+Blue) = 107+223+127=457 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.41% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDF7F is #942080. Grayscale: #B1B1B1. Windows color (decimal): -9707649 or 8380267. OLE color: 8380267.
HSL color Cylindrical-coordinate representation of color #6BDF7F: hue angle of 130.34º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDF7F is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 223 | 127 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.13 |
| HSL | 130.34º | 0.64% | 0.65% | - |
| HSV(B) | 130.34º | 0.52% | 0.87% | - |
| XYZ | 36.28 | 57.43 | 29.25 | - |
| YUV | 177.37 | 99.57 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 223 | 127 | 0.52 | 0 | 0.43 | 0.13 | 130.34 | 0.64 | 0.65 |
| Hex | 6B | DF | 7F | 34 | 0 | 2B | D | 82 | 40 | 41 |
| Octal | 153 | 337 | 177 | 64 | 0 | 53 | 15 | 202 | 100 | 101 |
| Binary | 1101011 | 11011111 | 1111111 | 110100 | 0 | 101011 | 1101 | 10000010 | 1000000 | 1000001 |
Color Harmonies of #6BDF7F
Complementary color
Monochromatic Colors of #6BDF7F
Black with #6BDF7F
Text Example
Text Example
White with #6BDF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDF7F; }
p { color: rgb(107,223,127); }
H1.HeaderClassName
{
color: #6BDF7F;
}
.AnyTagClassName
{
color: #6BDF7F;
}
</style>
background-color css
<style>
a { background-color: #6BDF7F; }
a { background-color: rgb(107,223,127); }
div.DivClassName
{
background-color: #6BDF7F;
}
.BgClassName
{
background-color: #6BDF7F;
}
</style>
border-color css
<style>
span { border-color: #6BDF7F; }
span { border-color: rgb(107,223,127); }
td.TdClassName
{
border-color: #6BDF7F;
}
.TagClassName
{
border-color: #6BDF7F;
}
</style>