Shades of Pastel Green #6BDD7F
Tints of Pastel Green #6BDD7F
RGB
CMYK
RGB Variations
Color information
#6BDD7F (or 0x6BDD7F) is known color: Pastel Green. HEX triplet: 6B, DD and 7F. RGB value is (107,221,127). Sum of RGB (Red+Green+Blue) = 107+221+127=455 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.52% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDD7F is #942280. Grayscale: #B0B0B0. Windows color (decimal): -9708161 or 8379755. OLE color: 8379755.
HSL color Cylindrical-coordinate representation of color #6BDD7F: hue angle of 130.53º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDD7F is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 221 | 127 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.13 |
| HSL | 130.53º | 0.63% | 0.64% | - |
| HSV(B) | 130.53º | 0.52% | 0.87% | - |
| XYZ | 35.75 | 56.37 | 29.08 | - |
| YUV | 176.2 | 100.23 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 127 | 0.52 | 0 | 0.43 | 0.13 | 130.53 | 0.63 | 0.64 |
| Hex | 6B | DD | 7F | 34 | 0 | 2B | D | 83 | 3F | 40 |
| Octal | 153 | 335 | 177 | 64 | 0 | 53 | 15 | 203 | 77 | 100 |
| Binary | 1101011 | 11011101 | 1111111 | 110100 | 0 | 101011 | 1101 | 10000011 | 111111 | 1000000 |
Color Harmonies of #6BDD7F
Complementary color
Monochromatic Colors of #6BDD7F
Black with #6BDD7F
Text Example
Text Example
White with #6BDD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDD7F; }
p { color: rgb(107,221,127); }
H1.HeaderClassName
{
color: #6BDD7F;
}
.AnyTagClassName
{
color: #6BDD7F;
}
</style>
background-color css
<style>
a { background-color: #6BDD7F; }
a { background-color: rgb(107,221,127); }
div.DivClassName
{
background-color: #6BDD7F;
}
.BgClassName
{
background-color: #6BDD7F;
}
</style>
border-color css
<style>
span { border-color: #6BDD7F; }
span { border-color: rgb(107,221,127); }
td.TdClassName
{
border-color: #6BDD7F;
}
.TagClassName
{
border-color: #6BDD7F;
}
</style>