Shades of Pastel Green #6BDD78
Tints of Pastel Green #6BDD78
RGB
CMYK
RGB Variations
Color information
#6BDD78 (or 0x6BDD78) is known color: Pastel Green. HEX triplet: 6B, DD and 78. RGB value is (107,221,120). Sum of RGB (Red+Green+Blue) = 107+221+120=448 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.88% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDD78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDD78 is #942287. Grayscale: #AFAFAF. Windows color (decimal): -9708168 or 7921003. OLE color: 7921003.
HSL color Cylindrical-coordinate representation of color #6BDD78: hue angle of 126.84º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDD78 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 221 | 120 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.13 |
| HSL | 126.84º | 0.63% | 0.64% | - |
| HSV(B) | 126.84º | 0.52% | 0.87% | - |
| XYZ | 35.31 | 56.19 | 26.75 | - |
| YUV | 175.4 | 96.73 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 120 | 0.52 | 0 | 0.46 | 0.13 | 126.84 | 0.63 | 0.64 |
| Hex | 6B | DD | 78 | 34 | 0 | 2E | D | 7F | 3F | 40 |
| Octal | 153 | 335 | 170 | 64 | 0 | 56 | 15 | 177 | 77 | 100 |
| Binary | 1101011 | 11011101 | 1111000 | 110100 | 0 | 101110 | 1101 | 1111111 | 111111 | 1000000 |
Color Harmonies of #6BDD78
Complementary color
Monochromatic Colors of #6BDD78
Black with #6BDD78
Text Example
Text Example
White with #6BDD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDD78; }
p { color: rgb(107,221,120); }
H1.HeaderClassName
{
color: #6BDD78;
}
.AnyTagClassName
{
color: #6BDD78;
}
</style>
background-color css
<style>
a { background-color: #6BDD78; }
a { background-color: rgb(107,221,120); }
div.DivClassName
{
background-color: #6BDD78;
}
.BgClassName
{
background-color: #6BDD78;
}
</style>
border-color css
<style>
span { border-color: #6BDD78; }
span { border-color: rgb(107,221,120); }
td.TdClassName
{
border-color: #6BDD78;
}
.TagClassName
{
border-color: #6BDD78;
}
</style>