Shades of Pastel Green #6BD271
Tints of Pastel Green #6BD271
RGB
CMYK
RGB Variations
Color information
#6BD271 (or 0x6BD271) is known color: Pastel Green. HEX triplet: 6B, D2 and 71. RGB value is (107,210,113). Sum of RGB (Red+Green+Blue) = 107+210+113=430 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.88% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 210 - color contains mainly: green. Hex color #6BD271 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD271 is #942D8E. Grayscale: #A8A8A8. Windows color (decimal): -9710991 or 7459435. OLE color: 7459435.
HSL color Cylindrical-coordinate representation of color #6BD271: hue angle of 123.5º 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 #6BD271 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 210 | 113 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.18 |
| HSL | 123.5º | 0.53% | 0.62% | - |
| HSV(B) | 123.5º | 0.49% | 0.82% | - |
| XYZ | 32.09 | 50.41 | 23.66 | - |
| YUV | 168.15 | 96.88 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 210 | 113 | 0.49 | 0 | 0.46 | 0.18 | 123.5 | 0.53 | 0.62 |
| Hex | 6B | D2 | 71 | 31 | 0 | 2E | 12 | 7B | 35 | 3E |
| Octal | 153 | 322 | 161 | 61 | 0 | 56 | 22 | 173 | 65 | 76 |
| Binary | 1101011 | 11010010 | 1110001 | 110001 | 0 | 101110 | 10010 | 1111011 | 110101 | 111110 |
Color Harmonies of #6BD271
Complementary color
Monochromatic Colors of #6BD271
Black with #6BD271
Text Example
Text Example
White with #6BD271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD271; }
p { color: rgb(107,210,113); }
H1.HeaderClassName
{
color: #6BD271;
}
.AnyTagClassName
{
color: #6BD271;
}
</style>
background-color css
<style>
a { background-color: #6BD271; }
a { background-color: rgb(107,210,113); }
div.DivClassName
{
background-color: #6BD271;
}
.BgClassName
{
background-color: #6BD271;
}
</style>
border-color css
<style>
span { border-color: #6BD271; }
span { border-color: rgb(107,210,113); }
td.TdClassName
{
border-color: #6BD271;
}
.TagClassName
{
border-color: #6BD271;
}
</style>