Shades of Pastel Green #6BD172
Tints of Pastel Green #6BD172
RGB
CMYK
RGB Variations
Color information
#6BD172 (or 0x6BD172) is known color: Pastel Green. HEX triplet: 6B, D1 and 72. RGB value is (107,209,114). Sum of RGB (Red+Green+Blue) = 107+209+114=430 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.88% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #6BD172 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD172 is #942E8D. Grayscale: #A7A7A7. Windows color (decimal): -9711246 or 7524715. OLE color: 7524715.
HSL color Cylindrical-coordinate representation of color #6BD172: hue angle of 124.12º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD172 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 209 | 114 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.18 |
| HSL | 124.12º | 0.53% | 0.62% | - |
| HSV(B) | 124.12º | 0.49% | 0.82% | - |
| XYZ | 31.9 | 49.94 | 23.88 | - |
| YUV | 167.67 | 97.71 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 209 | 114 | 0.49 | 0 | 0.45 | 0.18 | 124.12 | 0.53 | 0.62 |
| Hex | 6B | D1 | 72 | 31 | 0 | 2D | 12 | 7C | 35 | 3E |
| Octal | 153 | 321 | 162 | 61 | 0 | 55 | 22 | 174 | 65 | 76 |
| Binary | 1101011 | 11010001 | 1110010 | 110001 | 0 | 101101 | 10010 | 1111100 | 110101 | 111110 |
Color Harmonies of #6BD172
Complementary color
Monochromatic Colors of #6BD172
Black with #6BD172
Text Example
Text Example
White with #6BD172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD172; }
p { color: rgb(107,209,114); }
H1.HeaderClassName
{
color: #6BD172;
}
.AnyTagClassName
{
color: #6BD172;
}
</style>
background-color css
<style>
a { background-color: #6BD172; }
a { background-color: rgb(107,209,114); }
div.DivClassName
{
background-color: #6BD172;
}
.BgClassName
{
background-color: #6BD172;
}
</style>
border-color css
<style>
span { border-color: #6BD172; }
span { border-color: rgb(107,209,114); }
td.TdClassName
{
border-color: #6BD172;
}
.TagClassName
{
border-color: #6BD172;
}
</style>