Shades of Pastel Green #6BD578
Tints of Pastel Green #6BD578
RGB
CMYK
RGB Variations
Color information
#6BD578 (or 0x6BD578) is known color: Pastel Green. HEX triplet: 6B, D5 and 78. RGB value is (107,213,120). Sum of RGB (Red+Green+Blue) = 107+213+120=440 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.32% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #6BD578 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD578 is #942A87. Grayscale: #AAAAAA. Windows color (decimal): -9710216 or 7918955. OLE color: 7918955.
HSL color Cylindrical-coordinate representation of color #6BD578: hue angle of 127.36º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD578 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 213 | 120 | - |
| CMYK | 0.50 | 0 | 0.44 | 0.16 |
| HSL | 127.36º | 0.56% | 0.63% | - |
| HSV(B) | 127.36º | 0.5% | 0.84% | - |
| XYZ | 33.25 | 52.07 | 26.07 | - |
| YUV | 170.7 | 99.38 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 213 | 120 | 0.50 | 0 | 0.44 | 0.16 | 127.36 | 0.56 | 0.63 |
| Hex | 6B | D5 | 78 | 32 | 0 | 2C | 10 | 7F | 38 | 3F |
| Octal | 153 | 325 | 170 | 62 | 0 | 54 | 20 | 177 | 70 | 77 |
| Binary | 1101011 | 11010101 | 1111000 | 110010 | 0 | 101100 | 10000 | 1111111 | 111000 | 111111 |
Color Harmonies of #6BD578
Complementary color
Monochromatic Colors of #6BD578
Black with #6BD578
Text Example
Text Example
White with #6BD578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD578; }
p { color: rgb(107,213,120); }
H1.HeaderClassName
{
color: #6BD578;
}
.AnyTagClassName
{
color: #6BD578;
}
</style>
background-color css
<style>
a { background-color: #6BD578; }
a { background-color: rgb(107,213,120); }
div.DivClassName
{
background-color: #6BD578;
}
.BgClassName
{
background-color: #6BD578;
}
</style>
border-color css
<style>
span { border-color: #6BD578; }
span { border-color: rgb(107,213,120); }
td.TdClassName
{
border-color: #6BD578;
}
.TagClassName
{
border-color: #6BD578;
}
</style>