Shades of Pastel Green #6BDA71
Tints of Pastel Green #6BDA71
RGB
CMYK
RGB Variations
Color information
#6BDA71 (or 0x6BDA71) is known color: Pastel Green. HEX triplet: 6B, DA and 71. RGB value is (107,218,113). Sum of RGB (Red+Green+Blue) = 107+218+113=438 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.43% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDA71 is #94258E. Grayscale: #ADADAD. Windows color (decimal): -9708943 or 7461483. OLE color: 7461483.
HSL color Cylindrical-coordinate representation of color #6BDA71: hue angle of 123.24º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDA71 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 113 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.15 |
| HSL | 123.24º | 0.6% | 0.64% | - |
| HSV(B) | 123.24º | 0.51% | 0.85% | - |
| XYZ | 34.12 | 54.46 | 24.34 | - |
| YUV | 172.84 | 94.23 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 113 | 0.51 | 0 | 0.48 | 0.15 | 123.24 | 0.6 | 0.64 |
| Hex | 6B | DA | 71 | 33 | 0 | 30 | F | 7B | 3C | 40 |
| Octal | 153 | 332 | 161 | 63 | 0 | 60 | 17 | 173 | 74 | 100 |
| Binary | 1101011 | 11011010 | 1110001 | 110011 | 0 | 110000 | 1111 | 1111011 | 111100 | 1000000 |
Color Harmonies of #6BDA71
Complementary color
Monochromatic Colors of #6BDA71
Black with #6BDA71
Text Example
Text Example
White with #6BDA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDA71; }
p { color: rgb(107,218,113); }
H1.HeaderClassName
{
color: #6BDA71;
}
.AnyTagClassName
{
color: #6BDA71;
}
</style>
background-color css
<style>
a { background-color: #6BDA71; }
a { background-color: rgb(107,218,113); }
div.DivClassName
{
background-color: #6BDA71;
}
.BgClassName
{
background-color: #6BDA71;
}
</style>
border-color css
<style>
span { border-color: #6BDA71; }
span { border-color: rgb(107,218,113); }
td.TdClassName
{
border-color: #6BDA71;
}
.TagClassName
{
border-color: #6BDA71;
}
</style>