Shades of Pastel Green #6BD565
Tints of Pastel Green #6BD565
RGB
CMYK
RGB Variations
Color information
#6BD565 (or 0x6BD565) is known color: Pastel Green. HEX triplet: 6B, D5 and 65. RGB value is (107,213,101). Sum of RGB (Red+Green+Blue) = 107+213+101=421 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.42% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #6BD565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD565 is #942A9A. Grayscale: #A8A8A8. Windows color (decimal): -9710235 or 6673771. OLE color: 6673771.
HSL color Cylindrical-coordinate representation of color #6BD565: hue angle of 116.79º degrees, saturation: 0.57, 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 #6BD565 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 213 | 101 | - |
| CMYK | 0.50 | 0 | 0.53 | 0.16 |
| HSL | 116.79º | 0.57% | 0.62% | - |
| HSV(B) | 116.79º | 0.53% | 0.84% | - |
| XYZ | 32.21 | 51.65 | 20.58 | - |
| YUV | 168.54 | 89.88 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 213 | 101 | 0.50 | 0 | 0.53 | 0.16 | 116.79 | 0.57 | 0.62 |
| Hex | 6B | D5 | 65 | 32 | 0 | 35 | 10 | 75 | 39 | 3E |
| Octal | 153 | 325 | 145 | 62 | 0 | 65 | 20 | 165 | 71 | 76 |
| Binary | 1101011 | 11010101 | 1100101 | 110010 | 0 | 110101 | 10000 | 1110101 | 111001 | 111110 |
Color Harmonies of #6BD565
Complementary color
Monochromatic Colors of #6BD565
Black with #6BD565
Text Example
Text Example
White with #6BD565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD565; }
p { color: rgb(107,213,101); }
H1.HeaderClassName
{
color: #6BD565;
}
.AnyTagClassName
{
color: #6BD565;
}
</style>
background-color css
<style>
a { background-color: #6BD565; }
a { background-color: rgb(107,213,101); }
div.DivClassName
{
background-color: #6BD565;
}
.BgClassName
{
background-color: #6BD565;
}
</style>
border-color css
<style>
span { border-color: #6BD565; }
span { border-color: rgb(107,213,101); }
td.TdClassName
{
border-color: #6BD565;
}
.TagClassName
{
border-color: #6BD565;
}
</style>