Shades of Pastel Green #6BDF7A
Tints of Pastel Green #6BDF7A
RGB
CMYK
RGB Variations
Color information
#6BDF7A (or 0x6BDF7A) is known color: Pastel Green. HEX triplet: 6B, DF and 7A. RGB value is (107,223,122). Sum of RGB (Red+Green+Blue) = 107+223+122=452 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.67% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDF7A is #942085. Grayscale: #B1B1B1. Windows color (decimal): -9707654 or 8052587. OLE color: 8052587.
HSL color Cylindrical-coordinate representation of color #6BDF7A: hue angle of 127.76º 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 #6BDF7A is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 223 | 122 | - |
| CMYK | 0.52 | 0 | 0.45 | 0.13 |
| HSL | 127.76º | 0.64% | 0.65% | - |
| HSV(B) | 127.76º | 0.52% | 0.87% | - |
| XYZ | 35.96 | 57.31 | 27.58 | - |
| YUV | 176.8 | 97.07 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 223 | 122 | 0.52 | 0 | 0.45 | 0.13 | 127.76 | 0.64 | 0.65 |
| Hex | 6B | DF | 7A | 34 | 0 | 2D | D | 80 | 40 | 41 |
| Octal | 153 | 337 | 172 | 64 | 0 | 55 | 15 | 200 | 100 | 101 |
| Binary | 1101011 | 11011111 | 1111010 | 110100 | 0 | 101101 | 1101 | 10000000 | 1000000 | 1000001 |
Color Harmonies of #6BDF7A
Complementary color
Monochromatic Colors of #6BDF7A
Black with #6BDF7A
Text Example
Text Example
White with #6BDF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDF7A; }
p { color: rgb(107,223,122); }
H1.HeaderClassName
{
color: #6BDF7A;
}
.AnyTagClassName
{
color: #6BDF7A;
}
</style>
background-color css
<style>
a { background-color: #6BDF7A; }
a { background-color: rgb(107,223,122); }
div.DivClassName
{
background-color: #6BDF7A;
}
.BgClassName
{
background-color: #6BDF7A;
}
</style>
border-color css
<style>
span { border-color: #6BDF7A; }
span { border-color: rgb(107,223,122); }
td.TdClassName
{
border-color: #6BDF7A;
}
.TagClassName
{
border-color: #6BDF7A;
}
</style>