Shades of Pastel Green #6BD765
Tints of Pastel Green #6BD765
RGB
CMYK
RGB Variations
Color information
#6BD765 (or 0x6BD765) is known color: Pastel Green. HEX triplet: 6B, D7 and 65. RGB value is (107,215,101). Sum of RGB (Red+Green+Blue) = 107+215+101=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 215 (84.38% from 255 or 50.83% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 215 - color contains mainly: green. Hex color #6BD765 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD765 is #94289A. Grayscale: #AAAAAA. Windows color (decimal): -9709723 or 6674283. OLE color: 6674283.
HSL color Cylindrical-coordinate representation of color #6BD765: hue angle of 116.84º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BD765 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 215 | 101 | - |
| CMYK | 0.50 | 0 | 0.53 | 0.16 |
| HSL | 116.84º | 0.59% | 0.62% | - |
| HSV(B) | 116.84º | 0.53% | 0.84% | - |
| XYZ | 32.71 | 52.67 | 20.75 | - |
| YUV | 169.71 | 89.22 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 215 | 101 | 0.50 | 0 | 0.53 | 0.16 | 116.84 | 0.59 | 0.62 |
| Hex | 6B | D7 | 65 | 32 | 0 | 35 | 10 | 75 | 3B | 3E |
| Octal | 153 | 327 | 145 | 62 | 0 | 65 | 20 | 165 | 73 | 76 |
| Binary | 1101011 | 11010111 | 1100101 | 110010 | 0 | 110101 | 10000 | 1110101 | 111011 | 111110 |
Color Harmonies of #6BD765
Complementary color
Monochromatic Colors of #6BD765
Black with #6BD765
Text Example
Text Example
White with #6BD765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD765; }
p { color: rgb(107,215,101); }
H1.HeaderClassName
{
color: #6BD765;
}
.AnyTagClassName
{
color: #6BD765;
}
</style>
background-color css
<style>
a { background-color: #6BD765; }
a { background-color: rgb(107,215,101); }
div.DivClassName
{
background-color: #6BD765;
}
.BgClassName
{
background-color: #6BD765;
}
</style>
border-color css
<style>
span { border-color: #6BD765; }
span { border-color: rgb(107,215,101); }
td.TdClassName
{
border-color: #6BD765;
}
.TagClassName
{
border-color: #6BD765;
}
</style>